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: Tue, 18 Jun 2019 15:53:07 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 02ece3fdc98b09492b3cd7fe2bc39f454c3095d8
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 18 14:55:07 2019 +0200

    fix double-free
---
 src/lib/merchant_api_pay.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
index a4b4baf..5407ffc 100644
--- a/src/lib/merchant_api_pay.c
+++ b/src/lib/merchant_api_pay.c
@@ -957,7 +957,6 @@ TALER_MERCHANT_pay_cancel (struct TALER_MERCHANT_Pay *pay)
   TALER_curl_easy_post_finished (&pay->post_ctx);
   GNUNET_free (pay->coins);
   GNUNET_free (pay->url);
-  GNUNET_free (pay->post_ctx.json_enc);
   GNUNET_free (pay);
 }
 

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



reply via email to

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