-docu, style fixes
[oweals/gnunet.git] / src / util / plugin.c
index 40319c737ee74de761e03c773a0b570c4f2f0ea2..a1a8aa681d0c4896a9fafcfdf9fbf12b950071af 100644 (file)
@@ -278,7 +278,7 @@ GNUNET_PLUGIN_unload (const char *library_name,
     plugins = pos->next;
   else
     prev->next = pos->next;
//  lt_dlclose (pos->handle);
+  lt_dlclose (pos->handle);
   GNUNET_free (pos->name);
   GNUNET_free (pos);
   if (NULL == plugins)