]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Free `testprog_ustar` when done 839/head
authorNgie Cooper <yanegomi@gmail.com>
Sun, 11 Dec 2016 00:38:02 +0000 (16:38 -0800)
committerNgie Cooper <yanegomi@gmail.com>
Sun, 11 Dec 2016 01:16:46 +0000 (17:16 -0800)
Reported by: Coverity
CID: 1355330

tar/test/test_option_b.c

index 7c2f60476c5599ec643fb5e60d4a14535d1e560a..0eee80d86f498aa142933c9caf244448f2e871df 100644 (file)
@@ -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);
 }