Release the buffers used for exercising the compress code.

This commit is contained in:
kientzle 2008-03-15 11:05:49 +00:00
parent c7c16fc8e2
commit ee09b4a896

View File

@ -96,4 +96,7 @@ DEFINE_TEST(test_write_compress)
#else #else
archive_read_finish(a); archive_read_finish(a);
#endif #endif
free(data);
free(buff);
} }