Close all statement handles.

This commit is contained in:
Colin Kuskie 2010-12-23 00:32:16 -08:00
parent b80b044202
commit 43903a9e0e

View file

@ -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";