diff options
-rw-r--r-- | src/util/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/plugin.c b/src/util/plugin.c index 40319c737e..a1a8aa681d 100644 --- a/src/util/plugin.c +++ b/src/util/plugin.c @@ -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) |