diff --git a/src/list.c b/src/list.c index da717193..d23002be 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) {