commit 54f61b305d0836423cacb934a9d51416db4e447d parent 69de0799c017f5ac787f2efe1b9c3827f5afebb3 Author: Christian Grothoff <grothoff@gnunet.org> Date: Fri, 14 Aug 2026 22:48:18 +0200 fix leak Diffstat:
| M | src/bank-lib/bank_api_parse.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/bank-lib/bank_api_parse.c b/src/bank-lib/bank_api_parse.c @@ -54,6 +54,7 @@ TALER_BANK_auth_parse_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg, section, "CORE_BANK_URL", "Not a valid URL"); + TALER_BANK_auth_free (auth); return GNUNET_SYSERR; } }