gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35812 - gnunet/src/pt


From: gnunet
Subject: [GNUnet-SVN] r35812 - gnunet/src/pt
Date: Tue, 26 May 2015 12:01:45 +0200

Author: grothoff
Date: 2015-05-26 12:01:45 +0200 (Tue, 26 May 2015)
New Revision: 35812

Modified:
   gnunet/src/pt/test_gns_vpn.c
Log:
-avoid qe double-free

Modified: gnunet/src/pt/test_gns_vpn.c
===================================================================
--- gnunet/src/pt/test_gns_vpn.c        2015-05-26 09:58:55 UTC (rev 35811)
+++ gnunet/src/pt/test_gns_vpn.c        2015-05-26 10:01:45 UTC (rev 35812)
@@ -305,8 +305,11 @@
  *                specified target peer; NULL on error
  */
 static void
-commence_testing (void *cls, int32_t success, const char *emsg)
+commence_testing (void *cls,
+                  int32_t success,
+                  const char *emsg)
 {
+  qe = NULL;
   GNUNET_SCHEDULER_add_now (&disco_ns, NULL);
 
   if ((emsg != NULL) && (GNUNET_YES != success))




reply via email to

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