aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-18 22:33:01 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-18 22:33:01 +0100
commitc8126ffcaea1bc51fec9483b1a2383c50398fbab (patch)
treefe855e28b5bb91e2fd5d388a11045fb5a490a1f5
parent53e679c954040e85a996b12b7b4fb7af61ce1b28 (diff)
downloadexchange-c8126ffcaea1bc51fec9483b1a2383c50398fbab.tar.xz
fix #8104
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index c79694603..4d1dacbb8 100644
--- 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;
}