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/gns/gnunet-gns-import.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns/gnunet-gns-import.c') diff --git a/src/gns/gnunet-gns-import.c b/src/gns/gnunet-gns-import.c index 2c7c56411..3c95e782d 100644 --- a/src/gns/gnunet-gns-import.c +++ b/src/gns/gnunet-gns-import.c @@ -346,9 +346,9 @@ get_ego (void *cls, static void shutdown_task (void *cls) { - GNUNET_free_non_null (master_zone_pkey); + GNUNET_free (master_zone_pkey); master_zone_pkey = NULL; - GNUNET_free_non_null (private_zone_pkey); + GNUNET_free (private_zone_pkey); private_zone_pkey = NULL; if (NULL != list_it) { -- cgit v1.2.3