diff options
Diffstat (limited to 'src/common/memarea.c')
-rw-r--r-- | src/common/memarea.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/memarea.c b/src/common/memarea.c index c69550b763..916010cfd1 100644 --- a/src/common/memarea.c +++ b/src/common/memarea.c @@ -209,3 +209,4 @@ memarea_assert_ok(memarea_t *area) tor_assert(chunk->next_mem <= chunk->u.mem+chunk->mem_size+MEMAREA_ALIGN); } } + |