summaryrefslogtreecommitdiff
path: root/src/fs/fs_list_indexed.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-19 06:00:23 +0000
committerLRN <lrn1986@gmail.com>2013-12-19 06:00:23 +0000
commite0ca7357cd0bfedc5c29cb731b56279fef8da059 (patch)
treeecfd47cf59bc00e656b53fd59c58f5038e342d65 /src/fs/fs_list_indexed.c
parent92fd84dc7ef98452f848a62677c61a2b80b5835e (diff)
downloadgnunet-e0ca7357cd0bfedc5c29cb731b56279fef8da059.tar.gz
gnunet-e0ca7357cd0bfedc5c29cb731b56279fef8da059.zip
malloc -> new
Diffstat (limited to 'src/fs/fs_list_indexed.c')
-rw-r--r--src/fs/fs_list_indexed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_list_indexed.c b/src/fs/fs_list_indexed.c
index ef03dee76..7a891155e 100644
--- a/src/fs/fs_list_indexed.c
+++ b/src/fs/fs_list_indexed.c
@@ -151,7 +151,7 @@ GNUNET_FS_get_indexed_files (struct GNUNET_FS_Handle *h,
151 _("Failed to not connect to `%s' service.\n"), "fs"); 151 _("Failed to not connect to `%s' service.\n"), "fs");
152 return NULL; 152 return NULL;
153 } 153 }
154 gic = GNUNET_malloc (sizeof (struct GNUNET_FS_GetIndexedContext)); 154 gic = GNUNET_new (struct GNUNET_FS_GetIndexedContext);
155 gic->h = h; 155 gic->h = h;
156 gic->client = client; 156 gic->client = client;
157 gic->iterator = iterator; 157 gic->iterator = iterator;