diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-13 22:23:16 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-13 22:23:16 +0000 |
commit | 9b2138097e9e44e384b8466f3fa61d2220824bdd (patch) | |
tree | 771f3ffee62026d14ba035b6990c5cd0bfd7c1bc /src/topology | |
parent | 5352043a7c079cd5728a39eec34e595a40f4cef0 (diff) |
-doxygen
Diffstat (limited to 'src/topology')
-rw-r--r-- | src/topology/friends.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/friends.c b/src/topology/friends.c index d41ff1ec68..6c680b7a01 100644 --- a/src/topology/friends.c +++ b/src/topology/friends.c @@ -155,6 +155,7 @@ GNUNET_FRIENDS_write_start (const struct GNUNET_CONFIGURATION_Handle *cfg) GNUNET_DISK_OPEN_WRITE | GNUNET_DISK_OPEN_FAILIFEXISTS, GNUNET_DISK_PERM_USER_READ); + GNUNET_free (fn); if (NULL == w->fh) { GNUNET_free (w); |