doh, do not try to clean up after allocation failure

This commit is contained in:
Christian Grothoff 2017-10-06 22:10:32 +02:00
parent 1261971987
commit 15e27abed5
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -837,8 +837,6 @@ reserve_withdraw_payment_required (struct TALER_EXCHANGE_ReserveWithdrawHandle *
if (NULL == rhistory) if (NULL == rhistory)
{ {
GNUNET_break (0); GNUNET_break (0);
free_rhistory (rhistory,
len);
return GNUNET_SYSERR; return GNUNET_SYSERR;
} }