-fix leak

This commit is contained in:
Christian Grothoff 2022-02-09 09:19:56 +01:00
parent dfc5039d9a
commit c3e1aa36ee
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -206,10 +206,9 @@ TEH_handler_csr (struct TEH_RequestContext *rc,
GNUNET_JSON_pack_array_steal ("ewvs",
csr_response_ewvs));
GNUNET_assert (NULL != csr_response);
return TALER_MHD_reply_json (rc->connection,
csr_response,
MHD_HTTP_OK);
return TALER_MHD_reply_json_steal (rc->connection,
csr_response,
MHD_HTTP_OK);
}