aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-service-namestore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 5038c64bb..194ceaa04 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -238,6 +238,7 @@ cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
238 GNUNET_free (no); 238 GNUNET_free (no);
239 } 239 }
240 GNUNET_CONTAINER_DLL_remove (client_head, client_tail, nc); 240 GNUNET_CONTAINER_DLL_remove (client_head, client_tail, nc);
241 GNUNET_SERVER_client_set_user_context (nc->client, NULL);
241 GNUNET_free (nc); 242 GNUNET_free (nc);
242 } 243 }
243 GNUNET_break (NULL == GNUNET_PLUGIN_unload (db_lib_name, GSN_database)); 244 GNUNET_break (NULL == GNUNET_PLUGIN_unload (db_lib_name, GSN_database));