summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index cb2f635f9..f88c398e1 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -102,6 +102,7 @@ use Apache2::Const -compile => qw(OK);
sub handler {
my $r = shift;
+ Bugzilla::_cleanup();
# Sometimes mod_perl doesn't properly call DESTROY on all
# the objects in pnotes()
foreach my $key (keys %{$r->pnotes}) {