gah - committed wrong patch. here. fixed.

SVN revision: 57661
This commit is contained in:
Carsten Haitzler 2011-03-10 09:22:34 +00:00
parent c2ddcba984
commit 5e8de92c41
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ _elm_module_unload(Elm_Module *m)
eina_stringshare_del(m->so_path);
eina_stringshare_del(m->data_dir);
eina_stringshare_del(m->bin_dir);
if (m->shutdown_func) m->shutdown_func(m);
if (m->api)
{
free(m->api);