--- trunk/run.pl 2007/05/27 09:39:44 845 +++ trunk/run.pl 2007/05/27 10:50:39 850 @@ -581,8 +581,10 @@ $marc->finish if ($marc); # close report - close($report_fh) if ($report_fh) + close($report_fh) if ($report_fh); + # reset validate stats + $validate->reset if ( $validate ); } eval { $indexer->finish } if ($indexer && $indexer->can('finish'));