commit 77aa3b1de283f86529185720ea970e144aec27bc
parent 44d93f69e79365788789fe30b2510a9b0d601626
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 16 Aug 2026 08:33:28 +0200
leak
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c
@@ -474,6 +474,7 @@ load_template (void *cls,
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
"read",
filename);
+ GNUNET_free (map);
GNUNET_break (0 == close (fd));
return GNUNET_OK;
}