From 496ad3d1ff432cd04ee3a1a6c90d38e61450d606 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 15 Mar 2007 09:29:45 +0000 Subject: Bug 374004: Enable transaction code and use it in some installation places Patch By Max Kanat-Alexander (module owner) a=mkanat --- mod_perl.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'mod_perl.pl') 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}) { -- cgit v1.2.3-24-g4f1b