From 8420751b2372bf761d89893118da0eca3740de12 Mon Sep 17 00:00:00 2001 From: Ngie Cooper Date: Sat, 10 Dec 2016 16:38:02 -0800 Subject: [PATCH] Free `testprog_ustar` when done Reported by: Coverity CID: 1355330 --- tar/test/test_option_b.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.47.2