eina_module_free() already calls eina_module_unload(). There's no need
to call it afterwards.
---
src/modules/everything/e_mod_main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/modules/everything/e_mod_main.c
b/src/modules/everything/e_mod_main.c
index f510b98..c7a0b55 100644
--- a/src/modules/everything/e_mod_main.c
+++ b/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);
}
--
1.6.6.1
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel