aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index f9f5c0a06..5d4c6d899 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -1550,7 +1550,7 @@ create_download_request (struct DownloadRequest *parent,
1550 unsigned int head_skip; 1550 unsigned int head_skip;
1551 uint64_t child_block_size; 1551 uint64_t child_block_size;
1552 1552
1553 dr = GNUNET_malloc (sizeof (struct DownloadRequest)); 1553 dr = GNUNET_new (struct DownloadRequest);
1554 dr->parent = parent; 1554 dr->parent = parent;
1555 dr->depth = depth; 1555 dr->depth = depth;
1556 dr->offset = dr_offset; 1556 dr->offset = dr_offset;