refactor: Added free function for package struct.
While going through with the renaming, I saw that I actually forgot to implement that part.
This commit is contained in:
parent
76e4adae92
commit
03bae82569
2 changed files with 11 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ void test_pkg_read_archive_files() {
|
|||
}
|
||||
TEST_CHECK(pkg->compression = 14);
|
||||
|
||||
vieter_package_free(&pkg);
|
||||
|
||||
}
|
||||
|
||||
void test_pkg_read_archive_desc() {
|
||||
|
|
|
|||
Reference in a new issue