From: Christian Grothoff Date: Mon, 4 Apr 2016 15:34:48 +0000 (+0000) Subject: -fix leak X-Git-Tag: initial-import-from-subversion-38251~974 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69667eaa594670ae1bb209fda2761798426ec7b1;p=oweals%2Fgnunet.git -fix leak --- 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; }