From e31c1d4a9f78c4e31fda1f98fe349b33abdd01a2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jul 2020 16:32:34 +0200 Subject: GNUNET_free_non_null -> GNUNET_free --- src/transport/test_http_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/transport/test_http_common.c') diff --git a/src/transport/test_http_common.c b/src/transport/test_http_common.c index 6e31ec85e..fe6e4faa3 100644 --- a/src/transport/test_http_common.c +++ b/src/transport/test_http_common.c @@ -32,9 +32,9 @@ clean (struct SplittedHTTPAddress *addr) { if (NULL == addr) return; - GNUNET_free_non_null (addr->host); - GNUNET_free_non_null (addr->path); - GNUNET_free_non_null (addr->protocol); + GNUNET_free (addr->host); + GNUNET_free (addr->path); + GNUNET_free (addr->protocol); GNUNET_free (addr); } -- cgit v1.2.3