aboutsummaryrefslogtreecommitdiff
path: root/src/util/plugin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-19 11:42:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-19 11:42:54 +0000
commitc74002485dc595212d33c5e3ac490e3929331892 (patch)
treeeb48142804c4a4a07d682b17a04bbee3729b3025 /src/util/plugin.c
parentbb8b3b128127f7316662cac21a4fd7b76b709b1a (diff)
downloadgnunet-c74002485dc595212d33c5e3ac490e3929331892.tar.gz
gnunet-c74002485dc595212d33c5e3ac490e3929331892.zip
unload again
Diffstat (limited to 'src/util/plugin.c')
-rw-r--r--src/util/plugin.c2
1 files changed, 1 insertions, 1 deletions
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)
232 plugins = pos->next; 232 plugins = pos->next;
233 else 233 else
234 prev->next = pos->next; 234 prev->next = pos->next;
235 // lt_dlclose (pos->handle); 235 lt_dlclose (pos->handle);
236 GNUNET_free (pos->name); 236 GNUNET_free (pos->name);
237 GNUNET_free (pos); 237 GNUNET_free (pos);
238 return ret; 238 return ret;