commit c8126ffcaea1bc51fec9483b1a2383c50398fbab
parent 53e679c954040e85a996b12b7b4fb7af61ce1b28
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 18 Jan 2024 22:33:01 +0100
fix #8104
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
@@ -517,11 +517,11 @@ parse_json_denomkey_partially (
&denom_key->master_sig));
return GNUNET_OK;
EXITIF_exit:
+ GNUNET_JSON_parse_free (spec);
/* invalidate denom_key, just to be sure */
memset (denom_key,
0,
sizeof (*denom_key));
- GNUNET_JSON_parse_free (spec);
return GNUNET_SYSERR;
}