]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Don't leak memory.
authorJoerg Sonnenberger <joerg@bec.de>
Sat, 29 Apr 2017 16:57:33 +0000 (18:57 +0200)
committerJoerg Sonnenberger <joerg@bec.de>
Sat, 29 Apr 2017 16:57:33 +0000 (18:57 +0200)
commit747631a66543647078726e2699b0d9b4ae3ed4c4
tree6a4f7d14d526703cb054655e511cc40a31743890
parent31f4594ca8d7e108c0d13a308ab519eef828541e
Don't leak memory.
13 files changed:
cpio/test/test_option_Z_upper.c
cpio/test/test_option_a.c
cpio/test/test_option_b64encode.c
cpio/test/test_option_grzip.c
cpio/test/test_option_lrzip.c
cpio/test/test_option_lz4.c
cpio/test/test_option_lzma.c
cpio/test/test_option_lzop.c
cpio/test/test_option_uuencode.c
cpio/test/test_option_xz.c
cpio/test/test_option_y.c
cpio/test/test_option_z.c
test_utils/test_main.c