From: Christian Grothoff Date: Mon, 19 Oct 2009 11:42:54 +0000 (+0000) Subject: unload again X-Git-Tag: initial-import-from-subversion-38251~23323 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c74002485dc595212d33c5e3ac490e3929331892;p=oweals%2Fgnunet.git unload again --- diff --git a/src/util/plugin.c b/src/util/plugin.c index d26a343c7..950993bde 100644 --- a/src/util/plugin.c +++ b/src/util/plugin.c @@ -232,7 +232,7 @@ GNUNET_PLUGIN_unload (const char *library_name, void *arg) plugins = pos->next; else prev->next = pos->next; - // lt_dlclose (pos->handle); + lt_dlclose (pos->handle); GNUNET_free (pos->name); GNUNET_free (pos); return ret;