aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-10 12:57:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-10 12:57:42 +0000
commita93a1d13a3c6fc2bdc81a53b3f067ed8854b5677 (patch)
tree5772aba1bd19ccd535185d656492f2d3c95989ed /src
parent9363d5db9dd612c1ec8be0f202da23aeaf09be49 (diff)
downloadgnunet-a93a1d13a3c6fc2bdc81a53b3f067ed8854b5677.tar.gz
gnunet-a93a1d13a3c6fc2bdc81a53b3f067ed8854b5677.zip
fix cleanup when request processing is done
Diffstat (limited to 'src')
-rw-r--r--src/gns/gnunet-service-gns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c
index 94e642e6a..726a8c571 100644
--- a/src/gns/gnunet-service-gns.c
+++ b/src/gns/gnunet-service-gns.c
@@ -506,6 +506,7 @@ send_lookup_response (void* cls,
506 GNUNET_SERVER_receive_done (clh->client, 506 GNUNET_SERVER_receive_done (clh->client,
507 GNUNET_OK); 507 GNUNET_OK);
508 GNUNET_CONTAINER_DLL_remove (clh_head, clh_tail, clh); 508 GNUNET_CONTAINER_DLL_remove (clh_head, clh_tail, clh);
509 GNUNET_SERVER_client_set_user_context (clh->client, NULL);
509 GNUNET_free (clh); 510 GNUNET_free (clh);
510 GNUNET_STATISTICS_update (statistics, 511 GNUNET_STATISTICS_update (statistics,
511 "Completed lookups", 1, 512 "Completed lookups", 1,