X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftesting%2Ftesting_group.c;h=81b39ddbc2010bd5426dccd14345e4fc072672e1;hb=4a395b35ea467077a20e8999504c06c9711a3b27;hp=23ce2a36c8d094e7672714e3933e953147b24918;hpb=a42b94500a2b8bb7a3a198440b092647946cd907;p=oweals%2Fgnunet.git 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;