use convenience macro

SVN revision: 54954
This commit is contained in:
Sebastian Dransfeld 2010-11-24 20:52:12 +00:00
parent fabda0d559
commit 8f7c47480d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ efreet_desktop_shutdown(void)
efreet_desktop_type_info_free(info);
EINA_LIST_FREE(efreet_desktop_dirs, dir)
eina_stringshare_del(dir);
if (change_monitors) eina_hash_free(change_monitors);
IF_FREE_HASH(change_monitors);
eina_log_domain_unregister(_efreet_desktop_log_dom);
}