gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -leak fix


From: gnunet
Subject: [taler-exchange] branch master updated: -leak fix
Date: Thu, 12 May 2022 14:40:09 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7689c71c -leak fix
7689c71c is described below

commit 7689c71cea7329b871bb2ccd93abd1f4ec3a67ab
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 12 14:40:07 2022 +0200

    -leak fix
---
 src/exchange/taler-exchange-httpd_wire.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchange/taler-exchange-httpd_wire.c 
b/src/exchange/taler-exchange-httpd_wire.c
index 67bddfdd..1c2bfb63 100644
--- a/src/exchange/taler-exchange-httpd_wire.c
+++ b/src/exchange/taler-exchange-httpd_wire.c
@@ -152,6 +152,7 @@ destroy_wire_state (struct WireStateHandle *wsh)
     GNUNET_free (wfs);
   }
   MHD_destroy_response (wsh->wire_reply);
+  GNUNET_free (wsh->etag);
   GNUNET_free (wsh);
 }
 

-- 
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]