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
devs/princeamd/enlightenment-0.17-elive
Gustavo Sverzut Barbieri 14 years ago
parent f955d4856e
commit 51347f22f4
  1. 1
      src/modules/everything/e_mod_main.c

@ -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);
}

Loading…
Cancel
Save