commit 0fac7fca54807e0d6c7a182d3f05a5a4c4fb6c2e
parent f9bfc8b0ea7c9321b9ac0f14646a5865495577b2
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 16 Jul 2026 01:51:23 +0200
fix bogus free
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
@@ -609,7 +609,6 @@ main (int argc,
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Required bank credentials not given in configuration\n");
- GNUNET_free (cfg_filename);
return EXIT_NOTCONFIGURED;
}