summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_auditors.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-05 20:48:08 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 20:48:08 +0200
commitf82923526d6f7f688677b15f416a3b41f9feff2b (patch)
tree0828efc987e87f9a21b366fca79ccbc228e7e50f /src/backend/taler-merchant-httpd_auditors.c
parentdf3b47466499d0d937f3d53b259ae8efc8961aa8 (diff)
downloadmerchant-f82923526d6f7f688677b15f416a3b41f9feff2b.tar.gz
merchant-f82923526d6f7f688677b15f416a3b41f9feff2b.tar.bz2
merchant-f82923526d6f7f688677b15f416a3b41f9feff2b.zip
GNUNET_free_non_null -> GNUNET_free rename
Diffstat (limited to 'src/backend/taler-merchant-httpd_auditors.c')
-rw-r--r--src/backend/taler-merchant-httpd_auditors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_auditors.c b/src/backend/taler-merchant-httpd_auditors.c
index 05690a99..9237f929 100644
--- a/src/backend/taler-merchant-httpd_auditors.c
+++ b/src/backend/taler-merchant-httpd_auditors.c
@@ -273,7 +273,7 @@ TMH_AUDITORS_done ()
GNUNET_free (auditors[i].name);
GNUNET_free (auditors[i].url);
}
- GNUNET_free_non_null (auditors);
+ GNUNET_free (auditors);
auditors = NULL;
nauditors = 0;
}