exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 15e27abed5353a33a87caec5a576d078ac1b016a
parent 12619719879aba243f7794c13c7ac43211386c49
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 Oct 2017 22:10:32 +0200

doh, do not try to clean up after allocation failure

Diffstat:
Msrc/exchange-lib/exchange_api_reserve.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/exchange-lib/exchange_api_reserve.c b/src/exchange-lib/exchange_api_reserve.c @@ -837,8 +837,6 @@ reserve_withdraw_payment_required (struct TALER_EXCHANGE_ReserveWithdrawHandle * if (NULL == rhistory) { GNUNET_break (0); - free_rhistory (rhistory, - len); return GNUNET_SYSERR; }