From 5e8de92c417c896049907b4e0c4a7a7b75bb48c8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 10 Mar 2011 09:22:34 +0000 Subject: [PATCH] gah - committed wrong patch. here. fixed. SVN revision: 57661 --- legacy/elementary/src/lib/elm_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_module.c b/legacy/elementary/src/lib/elm_module.c index e9f2b1cc4d..f8f14812ef 100644 --- a/legacy/elementary/src/lib/elm_module.c +++ b/legacy/elementary/src/lib/elm_module.c @@ -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);