diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index f3e1ae18e4..044ca38e3a 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -3908,7 +3908,7 @@ test_util_mempool(void) static void test_util_memarea(void) { - memarea_t *area = memarea_new(1024); + memarea_t *area = memarea_new(); char *p1, *p2, *p3, *p1_orig; int i; test_assert(area); |