gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] 41/93: this was fixed


From: gnunet
Subject: [taler-taler-mdb] 41/93: this was fixed
Date: Mon, 18 Nov 2019 21:13:04 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository taler-mdb.

commit b7ba7232787dd53cce413db937be744e1320534a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 9 21:19:38 2019 +0100

    this was fixed
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index d8eee22..4b82e9a 100644
--- 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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]