aboutsummaryrefslogtreecommitdiff
path: root/src/service/dhtu/plugin_dhtu_gnunet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/dhtu/plugin_dhtu_gnunet.c')
-rw-r--r--src/service/dhtu/plugin_dhtu_gnunet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/dhtu/plugin_dhtu_gnunet.c b/src/service/dhtu/plugin_dhtu_gnunet.c
index 1c56be0e5..7c02fdd15 100644
--- a/src/service/dhtu/plugin_dhtu_gnunet.c
+++ b/src/service/dhtu/plugin_dhtu_gnunet.c
@@ -540,7 +540,7 @@ libgnunet_plugin_dhtu_gnunet_done (void *cls)
540 if (NULL != plugin->peerstore_notify) 540 if (NULL != plugin->peerstore_notify)
541 GNUNET_PEERSTORE_hello_changed_notify_cancel (plugin->peerstore_notify); 541 GNUNET_PEERSTORE_hello_changed_notify_cancel (plugin->peerstore_notify);
542 if (NULL != plugin->peerstore) 542 if (NULL != plugin->peerstore)
543 GNUNET_PEERSTORE_disconnect (plugin->peerstore, GNUNET_YES); 543 GNUNET_PEERSTORE_disconnect (plugin->peerstore);
544 //GPI_plugins_unload (); 544 //GPI_plugins_unload ();
545 GNUNET_free (plugin->my_priv); 545 GNUNET_free (plugin->my_priv);
546 GNUNET_free (plugin); 546 GNUNET_free (plugin);