Close all statement handles.
This commit is contained in:
parent
b80b044202
commit
43903a9e0e
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ while ( my %row = $sth->hash ) {
|
||||||
} ## end if ( !$asset )
|
} ## end if ( !$asset )
|
||||||
progress( $total, $count++ );
|
progress( $total, $count++ );
|
||||||
} ## end while ( my %row = $sth->hash)
|
} ## end while ( my %row = $sth->hash)
|
||||||
|
$sth->finish;
|
||||||
|
$max_revision->finish;
|
||||||
|
|
||||||
finish($session);
|
finish($session);
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue