aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-28 06:57:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-28 06:57:19 +0000
commit5115715f1a331ec47a3bdc1d0778f72bae5a2a11 (patch)
treeffe5254dbb06e14378e1462d79fa1792b63f765b /src/fs
parentdbfbe328ce09482a81a380890a3c8c7fccecb1c2 (diff)
downloadgnunet-5115715f1a331ec47a3bdc1d0778f72bae5a2a11.tar.gz
gnunet-5115715f1a331ec47a3bdc1d0778f72bae5a2a11.zip
leak
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index cf5a7b65a..22fdd2141 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -995,6 +995,7 @@ trigger_recursive_download (void *cls,
995 DIR_SEPARATOR_STR, 995 DIR_SEPARATOR_STR,
996 sfn); 996 sfn);
997 } 997 }
998 GNUNET_free (sfn);
998 GNUNET_free (dn); 999 GNUNET_free (dn);
999 } 1000 }
1000 if ( (full_name != NULL) && 1001 if ( (full_name != NULL) &&