gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -nptr


From: gnunet
Subject: [gnunet] branch master updated: -nptr
Date: Sat, 15 May 2021 18:30:04 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a32caa414 -nptr
a32caa414 is described below

commit a32caa414945a64ae75561d5edb87498d86f265a
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sat May 15 18:27:41 2021 +0200

    -nptr
---
 src/arm/arm_api.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 0bffbc26d..afc32fc3a 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -768,7 +768,8 @@ start_arm_service (struct GNUNET_ARM_Handle *h,
   }
   GNUNET_free (binary);
   GNUNET_free (quotedbinary);
-  GNUNET_free (config);
+  if (NULL != config)
+    GNUNET_free (config);
   GNUNET_free (loprefix);
   GNUNET_free (lopostfix);
   if (NULL == proc)

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