summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-21 17:07:50 +0200
committerGitHub <noreply@github.com>2018-06-21 17:07:50 +0200
commit1024d9b797217682cba6d89e484620782a7bb327 (patch)
treec3ab86a5590eecf30e7e2f901574004e3b5759af /Bugzilla.pm
parent454a5dcf66f9b3eafb61badc6ce61c8ebe52dd96 (diff)
downloadbugzilla-1024d9b797217682cba6d89e484620782a7bb327.tar.gz
bugzilla-1024d9b797217682cba6d89e484620782a7bb327.tar.xz
Bug 1461379 - use DBIx::Connector to manage database connections
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 9df38138d..427dd3aea 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -893,7 +893,6 @@ sub _cleanup {
foreach my $dbh ($main, $shadow) {
next if !$dbh;
$dbh->bz_rollback_transaction() if $dbh->bz_in_transaction;
- $dbh->disconnect;
}
clear_request_cache();