]> Dogcows Code - chaz/tar/commitdiff
(read_and): Initialize current_stat_info
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 13 Nov 2003 08:46:26 +0000 (08:46 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 13 Nov 2003 08:46:26 +0000 (08:46 +0000)
and extended_header at the start of the loop.

src/list.c

index da717193d4830c6fb58825da3904d40630e70992..d23002beaa64cf6c49badb1bd87c9ba389980b93 100644 (file)
@@ -76,6 +76,9 @@ read_and (void (*do_something) (void))
   do
     {
       prev_status = status;
+      destroy_stat (&current_stat_info);
+      xheader_destroy (&extended_header);
+      
       status = read_header (false);
       switch (status)
        {
This page took 0.02418 seconds and 4 git commands to generate.