aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_netjail_start_testsystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_netjail_start_testsystem.c b/src/testing/testing_api_cmd_netjail_start_testsystem.c
index 5a005fc25..1709a58d2 100644
--- a/src/testing/testing_api_cmd_netjail_start_testsystem.c
+++ b/src/testing/testing_api_cmd_netjail_start_testsystem.c
@@ -271,8 +271,8 @@ clear_msg (void *cls, int result)
271 struct TestingSystemCount *tbc = cls; 271 struct TestingSystemCount *tbc = cls;
272 272
273 GNUNET_assert (NULL != tbc->shandle); 273 GNUNET_assert (NULL != tbc->shandle);
274 GNUNET_free (tbc->shandle); 274 /*GNUNET_free (tbc->shandle);
275 tbc->shandle = NULL; 275 tbc->shandle = NULL;*/
276 GNUNET_free (tbc->msg); 276 GNUNET_free (tbc->msg);
277 tbc->msg = NULL; 277 tbc->msg = NULL;
278} 278}