diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-03-28 06:57:19 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-03-28 06:57:19 +0000 |
commit | 5115715f1a331ec47a3bdc1d0778f72bae5a2a11 (patch) | |
tree | ffe5254dbb06e14378e1462d79fa1792b63f765b /src/fs/fs_download.c | |
parent | dbfbe328ce09482a81a380890a3c8c7fccecb1c2 (diff) |
leak
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r-- | src/fs/fs_download.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c index cf5a7b65a9..22fdd2141b 100644 --- a/src/fs/fs_download.c +++ b/src/fs/fs_download.c @@ -995,6 +995,7 @@ trigger_recursive_download (void *cls, DIR_SEPARATOR_STR, sfn); } + GNUNET_free (sfn); GNUNET_free (dn); } if ( (full_name != NULL) && |