eina_module_free() already calls eina_module_unload(). There's no need

to call it afterwards.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45592
This commit is contained in:
Gustavo Sverzut Barbieri 2010-01-26 15:22:53 +00:00
parent f955d4856e
commit 51347f22f4
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
if (plugins)
{
eina_module_list_unload(plugins);
eina_module_list_free(plugins);
eina_array_free(plugins);
}