From 1dd79a0848db240619c1efd97ca8efafeed1a5b1 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Mon, 22 Nov 2021 19:03:38 +0100 Subject: - fix wrong kernel parameter check. Fix double free of GNUNET_HELPER_SendHandle --- src/testing/testing_api_cmd_netjail_start_testsystem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing') 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) struct TestingSystemCount *tbc = cls; GNUNET_assert (NULL != tbc->shandle); - GNUNET_free (tbc->shandle); - tbc->shandle = NULL; + /*GNUNET_free (tbc->shandle); + tbc->shandle = NULL;*/ GNUNET_free (tbc->msg); tbc->msg = NULL; } -- cgit v1.2.3