aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_reserve.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-22 10:29:53 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-22 10:29:53 +0200
commitb022232a59f6b2acd1d183625089dba2b1ee5834 (patch)
tree3f8e5ea0d531f80dccd5b0670468f26e01defc3f /src/mint/taler-mint-httpd_reserve.c
parent8aebcf283a4aecb1d058db8b4f021439e45d3685 (diff)
downloadexchange-b022232a59f6b2acd1d183625089dba2b1ee5834.tar.xz
-fix leak
Diffstat (limited to 'src/mint/taler-mint-httpd_reserve.c')
-rw-r--r--src/mint/taler-mint-httpd_reserve.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_reserve.c b/src/mint/taler-mint-httpd_reserve.c
index 445278090..c887ee750 100644
--- a/src/mint/taler-mint-httpd_reserve.c
+++ b/src/mint/taler-mint-httpd_reserve.c
@@ -136,6 +136,7 @@ TMH_RESERVE_handler_reserve_withdraw (struct TMH_RequestHandler *rh,
if (NULL == dki)
{
TMH_PARSE_release_data (spec);
+ TMH_KS_release (ks);
return TMH_RESPONSE_reply_arg_unknown (connection,
"denom_pub");
}