commit 735e34e2673a1b42ec518aa027decddbd124b8ec parent 9d894e72fc04756ec21b6e8da734e60f4252e6fa Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 6 Jul 2026 11:01:04 +0200 fix leak Diffstat:
| M | src/challenger/challenger-httpd_solve.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/challenger/challenger-httpd_solve.c b/src/challenger/challenger-httpd_solve.c @@ -387,7 +387,7 @@ CH_handler_solve (struct CH_HandlerContext *hc, url) ); GNUNET_free (url); - response = TALER_MHD_make_json (args); + response = TALER_MHD_make_json_steal (args); http_status = MHD_HTTP_OK; }