summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-05-11 21:36:39 +0200
committerMartin Matuska <martin@matuska.org>2019-05-11 22:08:59 +0200
commit34353064114fb10cf8baa2012d3660403ed5eb99 (patch)
treef033e197824112733a8cda8d5e13f775ce345102 /tar
parenta9eec9138b69294d9baa91fc019c588c0869b191 (diff)
downloadlibarchive-34353064114fb10cf8baa2012d3660403ed5eb99.tar.gz
CI: increase make command output verbosity
Add Fedora_29_distcheck task with "make distcheck" Add support for debug build with address sanitizer Add missing free to tar/test/test_option_C_mtree.c
Diffstat (limited to 'tar')
-rw-r--r--tar/test/test_option_C_mtree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar/test/test_option_C_mtree.c b/tar/test/test_option_C_mtree.c
index f0903066..ccadc389 100644
--- a/tar/test/test_option_C_mtree.c
+++ b/tar/test/test_option_C_mtree.c
@@ -83,6 +83,7 @@ DEFINE_TEST(test_option_C_mtree)
assertEqualMem(p0 + 1536, "\0\0\0\0\0\0\0\0", 8);
done:
free(p0);
+ free(absolute_path);
}