mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Fix a leak in test_buffer_allocation_tracking
This commit is contained in:
parent
1117889f4a
commit
ffffd860c9
@ -513,6 +513,7 @@ test_buffer_allocation_tracking(void *arg)
|
||||
buf_free(buf1);
|
||||
buf_free(buf2);
|
||||
buf_shrink_freelists(1);
|
||||
tor_free(junk);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user