commit 7d99112d51ba2f459e272cd79a6a2d10e32929ec
parent 17c112e660a3541987769d2895d7b2f5ad8328b1
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 30 Jun 2026 22:50:26 +0200
mini leak fix
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c
@@ -4616,7 +4616,10 @@ do_show (char *const *args)
if (GNUNET_OK !=
load_offline_key (GNUNET_NO))
+ {
+ json_decref (keys);
return;
+ }
if (GNUNET_OK !=
GNUNET_JSON_parse (keys,
spec,