aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-05 01:24:33 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-05 01:24:33 +0000
commitba9069e308aaf55f2bb434709a0a95b039728844 (patch)
treeae0d95d57447266975612d297201d6b39b3e0bed /src/topology
parente59741c428ee24eb70c59a5f569bbd118102d609 (diff)
downloadgnunet-ba9069e308aaf55f2bb434709a0a95b039728844.tar.gz
gnunet-ba9069e308aaf55f2bb434709a0a95b039728844.zip
-fix leak
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/friends.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/friends.c b/src/topology/friends.c
index 348123fe6..7b00ad8d5 100644
--- a/src/topology/friends.c
+++ b/src/topology/friends.c
@@ -153,6 +153,7 @@ GNUNET_FRIENDS_write_start (const struct GNUNET_CONFIGURATION_Handle *cfg)
153 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 153 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
154 _("Directory for file `%s' does not seem to be writable.\n"), 154 _("Directory for file `%s' does not seem to be writable.\n"),
155 fn); 155 fn);
156 GNUNET_free (fn);
156 return NULL; 157 return NULL;
157 } 158 }
158 if (GNUNET_OK == GNUNET_DISK_file_test (fn)) 159 if (GNUNET_OK == GNUNET_DISK_file_test (fn))