unload again
authorChristian Grothoff <christian@grothoff.org>
Mon, 19 Oct 2009 11:42:54 +0000 (11:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 19 Oct 2009 11:42:54 +0000 (11:42 +0000)
src/util/plugin.c

index d26a343c707261dc5f61474bf65a0a0c100fa07b..950993bde3d278784a2ede7c31734c1c25934051 100644 (file)
@@ -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;