mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fix a leak in test_buffer_allocation_tracking
This commit is contained in:
parent
1117889f4a
commit
ffffd860c9
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ test_buffer_allocation_tracking(void *arg)
|
||||||
buf_free(buf1);
|
buf_free(buf1);
|
||||||
buf_free(buf2);
|
buf_free(buf2);
|
||||||
buf_shrink_freelists(1);
|
buf_shrink_freelists(1);
|
||||||
|
tor_free(junk);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Reference in a new issue