aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-04 15:34:48 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-04 15:34:48 +0000
commit69667eaa594670ae1bb209fda2761798426ec7b1 (patch)
tree1d73a42e78a1ffd5daa120c7f0476750b44f2655 /src
parentc4a94f217f4685dcae58ad5a53efb310bf1324d1 (diff)
downloadgnunet-69667eaa594670ae1bb209fda2761798426ec7b1.tar.gz
gnunet-69667eaa594670ae1bb209fda2761798426ec7b1.zip
-fix leak
Diffstat (limited to 'src')
-rw-r--r--src/util/os_installation.c1
1 files changed, 1 insertions, 0 deletions
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)
740 "%s%s", 740 "%s%s",
741 execpath, 741 execpath,
742 dirname); 742 dirname);
743 GNUNET_free (dirname);
743 GNUNET_free (execpath); 744 GNUNET_free (execpath);
744 return tmp; 745 return tmp;
745} 746}