projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3862df8
)
- memfix
author
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 1 Mar 2012 17:25:42 +0000
(17:25 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 1 Mar 2012 17:25:42 +0000
(17:25 +0000)
src/namestore/test_namestore_api_remove.c
patch
|
blob
|
history
diff --git
a/src/namestore/test_namestore_api_remove.c
b/src/namestore/test_namestore_api_remove.c
index 31631da7d74c275b708a778a508d0ea096973aea..5dfdd1a01185614585700d122852036dfdabf23f 100644
(file)
--- a/
src/namestore/test_namestore_api_remove.c
+++ b/
src/namestore/test_namestore_api_remove.c
@@
-246,10
+246,9
@@
create_record (int count)
rd[0].expiration = GNUNET_TIME_absolute_get();
rd[0].record_type = 0;
rd[0].data_size = TEST_REMOVE_RECORD_DATALEN;
- rd[0].data = GNUNET_malloc(TEST_RECORD_DATALEN);
+ rd[0].data = GNUNET_malloc(TEST_RE
MOVE_RE
CORD_DATALEN);
memset ((char *) rd[0].data, TEST_RECORD_DATA, TEST_RECORD_DATALEN);
-
for (c = 1; c < RECORDS; c++)
{
rd[c].expiration = GNUNET_TIME_absolute_get();