Index: extra/svn/Redmine.pm =================================================================== --- extra/svn/Redmine.pm (revision 1524) +++ extra/svn/Redmine.pm (working copy) @@ -235,6 +235,7 @@ $sth->execute($project_id); my $ret = $sth->fetchrow_array ? 1 : 0; + $sth->finish(); $dbh->disconnect(); $ret;