efl - fix lots of little init/shutdown pairs that are wrong
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 4 Jul 2016 11:07:30 +0000 (20:07 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 4 Jul 2016 12:30:34 +0000 (21:30 +0900)
commit9527240d7422ff828f29c54df2211dd9374c2867
tree7d3eb05f406b2750f448fea5dfe433441b66bc52
parent49f19a1cb207e148a5d4057f848fbd58edcbccd9
efl - fix lots of little init/shutdown pairs that are wrong

i've fixed almost all the eina init/shutdown pairs to do the right
thing now... except one (ecore_shutdown) with comment inline where
eo_shutdown is not called. if this is called we are in crash land.
this needs further inspection.
src/lib/ecore/ecore.c
src/lib/efreet/efreet_cache.c
src/lib/embryo/embryo_main.c
src/lib/evas/canvas/evas_canvas3d_eet.c
src/lib/evas/canvas/evas_main.c
src/lib/evas/file/evas_module.c
src/modules/ecore_imf/xim/ecore_imf_xim.c
src/modules/evas/image_loaders/eet/evas_image_load_eet.c
src/modules/evas/model_loaders/ply/evas_model_load_ply.c
src/modules/evas/model_savers/obj/evas_model_save_obj.c