mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a leak in test_buffer_allocation_tracking
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user