diff --git a/extra/svn/Redmine.pm b/extra/svn/Redmine.pm index e046b94..09a85fb 100644 --- a/extra/svn/Redmine.pm +++ b/extra/svn/Redmine.pm @@ -235,6 +235,7 @@ sub is_public_project { $sth->execute($project_id); my $ret = $sth->fetchrow_array ? 1 : 0; + $sth->finish(); $dbh->disconnect(); $ret;