From b9ffb70e297418c8b264da8864e4bf3a75fb3adf Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 4 May 2012 10:14:25 +0000 Subject: [PATCH] - Fixed killing of random processes on shutdown --- src/testing/testing.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/testing/testing.c b/src/testing/testing.c index d52aa0e4e..e2b1e684f 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -644,6 +644,8 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 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 */ -- 2.25.1