From: Christopher Michael Date: Thu, 24 Jan 2013 09:14:50 +0000 (+0000) Subject: Unregister the module log domain on shutdown of the engine. X-Git-Tag: submit/devel/efl/20131022.203902~2073 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6340706c3f16adef636514a736644fcb3c743dd4;p=platform%2Fupstream%2Fefl.git Unregister the module log domain on shutdown of the engine. Signed-off-by: Christopher Michael SVN revision: 83224 --- diff --git a/src/modules/evas/engines/wayland_shm/evas_engine.c b/src/modules/evas/engines/wayland_shm/evas_engine.c index 3215a18..a6ffb7d 100644 --- a/src/modules/evas/engines/wayland_shm/evas_engine.c +++ b/src/modules/evas/engines/wayland_shm/evas_engine.c @@ -143,7 +143,9 @@ module_open(Evas_Module *em) static void module_close(Evas_Module *em EINA_UNUSED) { - + /* if we have the log domain, unregister it */ + if (_evas_engine_way_shm_log_dom > -1) + eina_log_domain_unregister(_evas_engine_way_shm_log_dom); } static Evas_Module_Api evas_modapi =