From 53c21c441b929c67239f2f5482d5c1df20435af4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 18:22:10 +0100 Subject: fix leak --- src/exchange/taler-exchange-httpd_refund.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchange/taler-exchange-httpd_refund.c') diff --git a/src/exchange/taler-exchange-httpd_refund.c b/src/exchange/taler-exchange-httpd_refund.c index dd701ebdc..74bfedda0 100644 --- a/src/exchange/taler-exchange-httpd_refund.c +++ b/src/exchange/taler-exchange-httpd_refund.c @@ -317,6 +317,8 @@ refund_transaction (void *cls, &dep->deposit_fee)) ) { GNUNET_break_op (0); /* currency missmatch */ + TEH_plugin->free_coin_transaction_list (TEH_plugin->cls, + tl); *mhd_ret = reply_refund_failure (connection, MHD_HTTP_PRECONDITION_FAILED, TALER_EC_REFUND_CURRENCY_MISSMATCH); -- cgit v1.2.3