Release the buffers used for exercising the compress code.

This commit is contained in:
Tim Kientzle 2008-03-15 11:05:49 +00:00
parent 0b315cd9ae
commit adfb462fea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177221

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);
} }