mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add tracking allocator to test runner. #1809
This commit is contained in:
@@ -30,5 +30,8 @@ fn void test_qoi_all()
|
||||
|
||||
// cleanup
|
||||
file::delete("unittest.qoi")!!;
|
||||
free(encoded);
|
||||
free(decoded);
|
||||
free(read);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user