commit d19fdbc805f771bebca4a80dbee406e6ea9583ca
parent 5be5ce5b1041c414e156276f39921de156f00479
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 10 Dec 2017 20:36:45 +0100
fix double free
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/merchant_api_track_transaction.c b/src/lib/merchant_api_track_transaction.c
@@ -92,7 +92,7 @@ handle_track_transaction_finished (void *cls,
TALER_EC_NONE,
json);
TALER_MERCHANT_track_transaction_cancel (tdo);
- break;
+ return;
case MHD_HTTP_ACCEPTED:
{
/* Expect time stamp of when the transfer is supposed to happen */