X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=d23002beaa64cf6c49badb1bd87c9ba389980b93;hb=cc8628df0c1b0e6e4acb1b1e797bde9bfb38094e;hp=da717193d4830c6fb58825da3904d40630e70992;hpb=f035e8f9e2e5221d715fe61192d315f40734e96d;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index da71719..d23002b 100644 --- a/src/list.c +++ b/src/list.c @@ -76,6 +76,9 @@ read_and (void (*do_something) (void)) do { prev_status = status; + destroy_stat (¤t_stat_info); + xheader_destroy (&extended_header); + status = read_header (false); switch (status) {