gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -Fix memory leak.


From: gnunet
Subject: [taler-merchant] branch master updated: -Fix memory leak.
Date: Sun, 21 Nov 2021 23:50:42 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new bd527f64 -Fix memory leak.
bd527f64 is described below

commit bd527f641217f8eee7133f8cf2cbd2363bbacf6c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 21 23:50:29 2021 +0100

    -Fix memory leak.
---
 src/backend/taler-merchant-httpd_spa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backend/taler-merchant-httpd_spa.c 
b/src/backend/taler-merchant-httpd_spa.c
index d36168c1..0258f883 100644
--- a/src/backend/taler-merchant-httpd_spa.c
+++ b/src/backend/taler-merchant-httpd_spa.c
@@ -174,6 +174,7 @@ TMH_spa_init ()
     }
     return GNUNET_SYSERR;
   }
+  GNUNET_free (dn);
   GNUNET_break (MHD_YES ==
                 MHD_add_response_header (spa,
                                          MHD_HTTP_HEADER_CONTENT_TYPE,

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