From 998b70129b8342eb4b5f89f24c7d206d5814acc6 Mon Sep 17 00:00:00 2001 From: raster Date: Thu, 10 Mar 2011 09:22:34 +0000 Subject: [PATCH] gah - committed wrong patch. here. fixed. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57661 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_module.c b/src/lib/elm_module.c index e9f2b1c..f8f1481 100644 --- a/src/lib/elm_module.c +++ b/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); -- 2.7.4