From: Ngie Cooper Date: Sun, 11 Dec 2016 00:38:02 +0000 (-0800) Subject: Free `testprog_ustar` when done X-Git-Tag: v3.3.0~90^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F839%2Fhead;p=thirdparty%2Flibarchive.git Free `testprog_ustar` when done Reported by: Coverity CID: 1355330 --- diff --git a/tar/test/test_option_b.c b/tar/test/test_option_b.c index 7c2f60476..0eee80d86 100644 --- a/tar/test/test_option_b.c +++ b/tar/test/test_option_b.c @@ -78,4 +78,6 @@ DEFINE_TEST(test_option_b) * Note: It's not possible to verify at this level that blocks * are getting written with the */ + + free(testprog_ustar); }