evas - fix evas module locks to init/del when movile created/destroyed
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 12 Dec 2015 14:37:16 +0000 (23:37 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 12 Dec 2015 14:37:16 +0000 (23:37 +0900)
commit22869bb94ee6ae30432596d7472220f300d5f438
tree3bd9d31dbecbbbcb613dcd111ae4922137d429bb
parent0848792204d47b5fb6d84793ff79ec9309e668d3
evas - fix evas module locks to init/del when movile created/destroyed

we initted when we load and unload. this led to races with
locking/unlocking elsewhere as these expected us to be initted and we
were not yet. this fixes that!

@fix
src/lib/evas/file/evas_module.c