aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}