ecore-con - fix complaint about null slave list due to shutdown
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 5 Aug 2016 10:41:59 +0000 (19:41 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 5 Aug 2016 10:41:59 +0000 (19:41 +0900)
commit31e8a528b14ef06418d146a47782c63011c4bea7
treecb14496346775548cbc8b0f8985656ff63d79fb1
parent4a40ff95defa5fa7e6164459c50e674b53cddaf4
ecore-con - fix complaint about null slave list due to shutdown

so ecore-con already cleared the slaves list on shutdown but an
ecore_thread may stillbe active and thus removing from a NULL slaves
list wont work, so skip if slaves is NULL.

@fix
src/lib/ecore_con/ecore_con_info.c