gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: reverting last change


From: gnunet
Subject: [taler-merchant] branch master updated: reverting last change
Date: Wed, 15 Jul 2020 17:33:39 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 662d1ca  reverting last change
662d1ca is described below

commit 662d1ca80502414b56d6b1d1f17f3ac00626addc
Author: MS <ms@taler.net>
AuthorDate: Wed Jul 15 17:33:33 2020 +0200

    reverting last change
---
 src/backend/taler-merchant-httpd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 031c6ca..cbc7774 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -532,8 +532,7 @@ handle_mhd_completion_callback (void *cls,
   if (NULL != hc->cc)
     hc->cc (hc->ctx);
   TALER_MHD_parse_post_cleanup_callback (hc->json_parse_context);
-  if (NULL != hc->infix)
-    GNUNET_free (hc->infix);
+  GNUNET_free (hc->infix);
   if (NULL != hc->request_body)
     json_decref (hc->request_body);
   if (NULL != hc->instance)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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