gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29162 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29162 - gnunet/src/gns
Date: Tue, 10 Sep 2013 14:57:42 +0200

Author: grothoff
Date: 2013-09-10 14:57:42 +0200 (Tue, 10 Sep 2013)
New Revision: 29162

Modified:
   gnunet/src/gns/gnunet-service-gns.c
Log:
fix cleanup when request processing is done

Modified: gnunet/src/gns/gnunet-service-gns.c
===================================================================
--- gnunet/src/gns/gnunet-service-gns.c 2013-09-10 12:26:29 UTC (rev 29161)
+++ gnunet/src/gns/gnunet-service-gns.c 2013-09-10 12:57:42 UTC (rev 29162)
@@ -506,6 +506,7 @@
   GNUNET_SERVER_receive_done (clh->client, 
                              GNUNET_OK); 
   GNUNET_CONTAINER_DLL_remove (clh_head, clh_tail, clh);
+  GNUNET_SERVER_client_set_user_context (clh->client, NULL);
   GNUNET_free (clh);
   GNUNET_STATISTICS_update (statistics,
                             "Completed lookups", 1, 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]