commit 65b113e06b94776f4a459d0961b15aa6bb9b7dac
parent 700562560e7e9d09e371b7ca78e45afb7a6a0daa
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 3 Aug 2021 14:31:31 +0200
-fix shutdown
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/bank-lib/taler-exchange-wire-gateway-client.c b/src/bank-lib/taler-exchange-wire-gateway-client.c
@@ -175,6 +175,7 @@ credit_history_cb (void *cls,
{
(void) cls;
+ chh = NULL;
if (MHD_HTTP_OK != http_status)
{
if ( (MHD_HTTP_NO_CONTENT != http_status) ||