Fix a leak in test_buffer_allocation_tracking

This commit is contained in:
Nick Mathewson 2014-04-26 00:18:15 -04:00
parent 1117889f4a
commit ffffd860c9

View File

@ -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