From 69667eaa594670ae1bb209fda2761798426ec7b1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 4 Apr 2016 15:34:48 +0000 Subject: [PATCH] -fix leak --- src/util/os_installation.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 38cf7b539..030a935c1 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -740,6 +740,7 @@ GNUNET_OS_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind) "%s%s", execpath, dirname); + GNUNET_free (dirname); GNUNET_free (execpath); return tmp; } -- 2.25.1