aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-05 16:32:34 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 16:32:34 +0200
commite31c1d4a9f78c4e31fda1f98fe349b33abdd01a2 (patch)
tree61df772a93f7f21af7c715ddd4b9a3f1a50e0509 /src/consensus
parent1437556645417e6302862845e7ebcbd4c9908357 (diff)
downloadgnunet-e31c1d4a9f78c4e31fda1f98fe349b33abdd01a2.tar.gz
gnunet-e31c1d4a9f78c4e31fda1f98fe349b33abdd01a2.zip
GNUNET_free_non_null -> GNUNET_free
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/gnunet-service-consensus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c
index 160d352d7..13fa0d0e7 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -1347,7 +1347,7 @@ not_evil:
1347 evil->type = EVILNESS_NONE; 1347 evil->type = EVILNESS_NONE;
1348cleanup: 1348cleanup:
1349 GNUNET_free (evil_spec); 1349 GNUNET_free (evil_spec);
1350 /* no GNUNET_free_non_null since it wasn't 1350 /* no GNUNET_free since it wasn't
1351 * allocated with GNUNET_malloc */ 1351 * allocated with GNUNET_malloc */
1352 if (NULL != evil_type_str) 1352 if (NULL != evil_type_str)
1353 free (evil_type_str); 1353 free (evil_type_str);