]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Plug memory leaks (#2183)
authorTobias Stoeckmann <stoeckmann@users.noreply.github.com>
Sun, 2 Jun 2024 23:49:26 +0000 (01:49 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 23:49:26 +0000 (16:49 -0700)
commitedbb1fd452dc8f5ea05a3ceb8614128ebe199ccc
tree2f696e2a928140b4f170a40ee580cb30026e114c
parent9cbe1627ca89e0a798072964eed5595c5d6005a3
Plug memory leaks (#2183)

The parsers for 7zip and xar contain memory leaks. Also the testsuite
7zip leaks memory. Plug them.

Noticed while running test suite with address sanitizer on Linux.
libarchive/archive_read_support_format_7zip.c
libarchive/archive_read_support_format_xar.c
libarchive/test/test_read_format_7zip.c