From c0d75d4b975eac16d1ab9c520b8072409338b6f2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Oct 2018 18:51:48 +0200 Subject: fix memory leaks --- src/exchange-lib/testing_api_loop.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/exchange-lib/testing_api_loop.c') diff --git a/src/exchange-lib/testing_api_loop.c b/src/exchange-lib/testing_api_loop.c index a7814136..52bf9173 100644 --- a/src/exchange-lib/testing_api_loop.c +++ b/src/exchange-lib/testing_api_loop.c @@ -475,7 +475,6 @@ TALER_TESTING_run2 (struct TALER_TESTING_Interpreter *is, } /* get the number of commands */ for (i=0;NULL != commands[i].label;i++) ; - is->commands = GNUNET_new_array (i + 1, struct TALER_TESTING_Command); memcpy (is->commands, -- cgit v1.2.3