set log domain to -1 after unregistering it

SVN revision: 54222
This commit is contained in:
Vincent Torri 2010-11-06 09:42:24 +00:00
parent eccd70139b
commit 8d05590677
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ static void
module_close(Evas_Module *em)
{
eina_log_domain_unregister(_evas_engine_soft_gdi_log_dom);
_evas_engine_soft_gdi_log_dom = -1;
}
static Evas_Module_Api evas_modapi =