commit 17c112e660a3541987769d2895d7b2f5ad8328b1
parent fcfadeebc4409dac2fa2e090538b15676fa00ec7
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 30 Jun 2026 22:49:41 +0200
mini leak fix
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c
@@ -4452,6 +4452,7 @@ show_denomkeys (const struct TALER_SecurityModulePublicKeyP *secm_pub_rsa,
"Invalid security module signature for denomination key %s (aborting)\n",
GNUNET_h2s (&h_denom_pub.hash));
global_ret = EXIT_FAILURE;
+ GNUNET_JSON_parse_free (spec);
GNUNET_SCHEDULER_shutdown ();
return GNUNET_SYSERR;
}