From: Christian Grothoff Date: Fri, 15 Jul 2011 11:31:45 +0000 (+0000) Subject: stupid code X-Git-Tag: initial-import-from-subversion-38251~17835 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a395b35ea467077a20e8999504c06c9711a3b27;p=oweals%2Fgnunet.git stupid code --- diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 23ce2a36c..81b39ddbc 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -2861,6 +2861,9 @@ create_and_copy_friend_files(struct GNUNET_TESTING_PeerGroup *pg) { /* FIXME: free contents of 'procarr' array */ GNUNET_free (procarr); + GNUNET_free (temp_service_path); + GNUNET_free (mytemp); + GNUNET_free (arg); return ret; } procarr[pg_iter] = NULL;