gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix


From: gnunet
Subject: [taler-exchange] branch master updated: fix
Date: Mon, 17 Feb 2020 18:35:16 +0100

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 b6c2aad4 fix
b6c2aad4 is described below

commit b6c2aad49e0442206e742b1f662f04013e2402b3
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 17 18:35:14 2020 +0100

    fix
---
 src/mhd/mhd_legal.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index 00a5e678..476b01c9 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -563,6 +563,7 @@ TALER_MHD_legal_load (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
                                "Could not open directory");
     GNUNET_free (legal->terms_etag);
     GNUNET_free (legal);
+    GNUNET_free (path);
     return NULL;
   }
   for (struct dirent *de = readdir (d);
@@ -576,7 +577,7 @@ TALER_MHD_legal_load (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
     load_language (legal, path, lang);
   }
   closedir (d);
-  free (path);
+  GNUNET_free (path);
   return legal;
 }
 

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



reply via email to

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