aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 14ab0fd69..b446bab1b 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -767,7 +767,7 @@ GNUNET_FS_unindex_start (struct GNUNET_FS_Handle *h,
767 767
768 if (GNUNET_OK != GNUNET_DISK_file_size (filename, &size, GNUNET_YES, GNUNET_YES)) 768 if (GNUNET_OK != GNUNET_DISK_file_size (filename, &size, GNUNET_YES, GNUNET_YES))
769 return NULL; 769 return NULL;
770 ret = GNUNET_malloc (sizeof (struct GNUNET_FS_UnindexContext)); 770 ret = GNUNET_new (struct GNUNET_FS_UnindexContext);
771 ret->h = h; 771 ret->h = h;
772 ret->filename = GNUNET_strdup (filename); 772 ret->filename = GNUNET_strdup (filename);
773 ret->start_time = GNUNET_TIME_absolute_get (); 773 ret->start_time = GNUNET_TIME_absolute_get ();