fix eina warning.

SVN revision: 53666
This commit is contained in:
Carsten Haitzler 2010-10-20 13:56:07 +00:00
parent 02d6dc885f
commit 0105319ea7
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ void
_elm_module_shutdown(void)
{
// FIXME: unload all modules
eina_hash_free(modules);
if (modules) eina_hash_free(modules);
modules = NULL;
eina_hash_free(modules_as);
if (modules_as) eina_hash_free(modules_as);
modules_as = NULL;
}