summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------examples/blog/web-common0
m---------examples/shop/web-common0
-rw-r--r--src/backend/taler-merchant-httpd_auditors.c2
3 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/web-common b/examples/blog/web-common
-Subproject 026ef2476676ef00b6c2a0cec135a8e64024ee5
+Subproject eb164f4a0ba56bb1232052b5cde19014fca70ed
diff --git a/examples/shop/web-common b/examples/shop/web-common
-Subproject 026ef2476676ef00b6c2a0cec135a8e64024ee5
+Subproject eb164f4a0ba56bb1232052b5cde19014fca70ed
diff --git a/src/backend/taler-merchant-httpd_auditors.c b/src/backend/taler-merchant-httpd_auditors.c
index 0a892115..78ffc3e0 100644
--- a/src/backend/taler-merchant-httpd_auditors.c
+++ b/src/backend/taler-merchant-httpd_auditors.c
@@ -232,7 +232,7 @@ TMH_AUDITORS_done ()
GNUNET_free (auditors[i].name);
GNUNET_free (auditors[i].uri);
}
- GNUNET_free (auditors);
+ GNUNET_free_non_null (auditors);
auditors = NULL;
nauditors = 0;
}