aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r--src/mint/taler-mint-httpd_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c
index d5613c0dc..e3f7b754c 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -284,6 +284,7 @@ TALER_MINT_db_execute_withdraw_sign (struct MHD_Connection *connection,
284 res = TALER_MINT_reply_withdraw_sign_success (connection, 284 res = TALER_MINT_reply_withdraw_sign_success (connection,
285 &collectable); 285 &collectable);
286 GNUNET_CRYPTO_rsa_signature_free (collectable.sig); 286 GNUNET_CRYPTO_rsa_signature_free (collectable.sig);
287 GNUNET_CRYPTO_rsa_public_key_free (collectable.denom_pub);
287 return res; 288 return res;
288 } 289 }
289 GNUNET_assert (GNUNET_NO == res); 290 GNUNET_assert (GNUNET_NO == res);