Patch #1433
Close statement handler in Redmine.pm
| Status: | Closed | Start: | 2008-06-12 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | SCM | |||
| Target version: | 0.7.2 | |||
Description
I just set up Redmine.pm for svn authentication and noticed a lot of log entries like this:
DBI::db=HASH(0x860ea88)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /opt/code/redmine/extra/svn/Redmine.pm line 155.
Adding $sth->finish() fixes this and authentication is still working correctly.
Associated revisions
Close statement handler in Redmine.pm (#1433).