gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 01/03: fix double free


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 01/03: fix double free
Date: Sun, 10 Dec 2017 21:42:05 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit d19fdbc805f771bebca4a80dbee406e6ea9583ca
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 10 20:36:45 2017 +0100

    fix double free
---
 src/lib/merchant_api_track_transaction.c | 2 +-
 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
index 6b68016..5357d37 100644
--- 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 */

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



reply via email to

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