summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_batch.c')
-rw-r--r--src/testing/testing_api_cmd_batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_batch.c b/src/testing/testing_api_cmd_batch.c
index d81a5c38d..ca23d7fd9 100644
--- a/src/testing/testing_api_cmd_batch.c
+++ b/src/testing/testing_api_cmd_batch.c
@@ -99,7 +99,7 @@ batch_cleanup (void *cls,
i++)
bs->batch[i].cleanup (bs->batch[i].cls,
&bs->batch[i]);
- GNUNET_free_non_null (bs->batch);
+ GNUNET_free (bs->batch);
GNUNET_free (bs);
}