From 43903a9e0e1c796de045ff86cafc7d620879b4bf Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 23 Dec 2010 00:32:16 -0800 Subject: [PATCH] Close all statement handles. --- sbin/findBrokenAssets.pl | 2 ++ 1 file changed, 2 insertions(+) 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";