aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-26 20:03:29 +0200
committerFlorian Dold <florian@dold.me>2021-07-26 20:03:29 +0200
commit51e5fab47cb0e9c45600fca44eecd80f8087c8f8 (patch)
tree32db94039d616bf1e015651b77b3a93a8685c691 /src/util/configuration.c
parentcda72d5c4cdde29baedb57ed07be7779b3cd46fc (diff)
downloadgnunet-51e5fab47cb0e9c45600fca44eecd80f8087c8f8.tar.gz
gnunet-51e5fab47cb0e9c45600fca44eecd80f8087c8f8.zip
config: free real basepath
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index fd1ab2ecb..506df5e1f 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -341,6 +341,7 @@ GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,
341 "%s/%s", 341 "%s/%s",
342 basedir_realpath, 342 basedir_realpath,
343 value); 343 value);
344 free (basedir_realpath);
344 } 345 }
345 if (GNUNET_OK != 346 if (GNUNET_OK !=
346 GNUNET_CONFIGURATION_parse (cfg, 347 GNUNET_CONFIGURATION_parse (cfg,