commit b7ba7232787dd53cce413db937be744e1320534a
parent e9a6bac70e9d4ea808f2b896d00a30a98b212dd4
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 9 Nov 2019 21:19:38 +0100
this was fixed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -184,7 +184,7 @@ cleanup_payment (struct PaymentActivity *pa)
if (NULL != pa->task)
GNUNET_SCHEDULER_cancel (pa->task);
if (NULL != pa->delay_task)
- GNUNET_SCHEDULER_cancel (pa->delay_task); /* FIXME - double free or corruption (!prev) - when already sent a message via nfc and then press 'c' (abort) */
+ GNUNET_SCHEDULER_cancel (pa->delay_task);
/* FIXME - cont. also abort when nfc device gets disconnected (maybe this is ok? because nfc is mandatory) */
GNUNET_free_non_null (pa->taler_pay_uri);
GNUNET_free_non_null (pa->order_id);