Unregister the module log domain on shutdown of the engine.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83224
This commit is contained in:
Christopher Michael 2013-01-24 09:14:50 +00:00 committed by Christopher Michael
parent e91f12c8e9
commit 6340706c3f
1 changed files with 3 additions and 1 deletions

View File

@ -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 =