aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-22 12:12:07 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-22 12:12:07 +0000
commit1032d765f4b8e009c04186a4c49d61a8eb414140 (patch)
tree5350bbd28134410b899a7ae963042ddde4916fcb /src/util
parentb94ce15c0dd10f44f5e0c77a8270b4f75e0b322c (diff)
downloadgnunet-1032d765f4b8e009c04186a4c49d61a8eb414140.tar.gz
gnunet-1032d765f4b8e009c04186a4c49d61a8eb414140.zip
-doxygen
Diffstat (limited to 'src/util')
-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 a1a8aa681..40319c737 100644
--- a/src/util/plugin.c
+++ b/src/util/plugin.c
@@ -278,7 +278,7 @@ GNUNET_PLUGIN_unload (const char *library_name,
278 plugins = pos->next; 278 plugins = pos->next;
279 else 279 else
280 prev->next = pos->next; 280 prev->next = pos->next;
281 lt_dlclose (pos->handle); 281 // lt_dlclose (pos->handle);
282 GNUNET_free (pos->name); 282 GNUNET_free (pos->name);
283 GNUNET_free (pos); 283 GNUNET_free (pos);
284 if (NULL == plugins) 284 if (NULL == plugins)