'everything' fix reloading after unloading :p

SVN revision: 47855
This commit is contained in:
Hannes Janetzek 2010-04-08 23:51:02 +00:00
parent 8ef04a8744
commit 15dcb3c74e
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
{
eina_module_list_free(plugins);
eina_array_free(plugins);
plugins = NULL;
}