summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-reserves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-reserves.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-reserves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c b/src/backend/taler-merchant-httpd_private-post-reserves.c
index 5a691f4d..3e72650a 100644
--- a/src/backend/taler-merchant-httpd_private-post-reserves.c
+++ b/src/backend/taler-merchant-httpd_private-post-reserves.c
@@ -157,7 +157,7 @@ reserve_context_cleanup (void *cls)
rc->fo = NULL;
}
GNUNET_assert (! rc->suspended);
- GNUNET_free_non_null (rc->payto_uri);
+ GNUNET_free (rc->payto_uri);
GNUNET_free (rc);
}