diff --git a/sbin/findBrokenAssets.pl b/sbin/findBrokenAssets.pl index 9186a1ae3..2a162a2d8 100644 --- a/sbin/findBrokenAssets.pl +++ b/sbin/findBrokenAssets.pl @@ -201,6 +201,8 @@ while ( my %row = $sth->hash ) { } ## end if ( !$asset ) progress( $total, $count++ ); } ## end while ( my %row = $sth->hash) +$sth->finish; +$max_revision->finish; finish($session); print "\n";