gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21260 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r21260 - gnunet/src/testing
Date: Fri, 4 May 2012 12:14:25 +0200

Author: bartpolot
Date: 2012-05-04 12:14:25 +0200 (Fri, 04 May 2012)
New Revision: 21260

Modified:
   gnunet/src/testing/testing.c
Log:
- Fixed killing of random processes on shutdown


Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2012-05-04 08:14:24 UTC (rev 21259)
+++ gnunet/src/testing/testing.c        2012-05-04 10:14:25 UTC (rev 21260)
@@ -644,6 +644,8 @@
     d->phase = SP_START_DONE;
     if (NULL != cb)
       cb (d->cb_cls, &d->id, d->cfg, d, NULL);
+    GNUNET_free (d->proc_arm_srv_start);
+    d->proc_arm_srv_start = NULL;
     break;
   case SP_SERVICE_SHUTDOWN_START:
     /* confirm copying complete */




reply via email to

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