summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index ada2cc326..6ad129412 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -686,6 +686,7 @@ sub _cleanup {
my $smtp = $cache->{smtp};
$smtp->disconnect if $smtp;
clear_request_cache();
+ Bugzilla::Bug->CLEANUP();
# These are both set by CGI.pm but need to be undone so that
# Apache can actually shut down its children if it needs to.