diff --git a/mozilla/webtools/bugzilla/CGI.pl b/mozilla/webtools/bugzilla/CGI.pl index 7ac110e3066..c557473a835 100644 --- a/mozilla/webtools/bugzilla/CGI.pl +++ b/mozilla/webtools/bugzilla/CGI.pl @@ -967,6 +967,7 @@ sub PuntTryAgain ($) { my ($str) = (@_); print PerformSubsts(Param("errorhtml"), {errormsg => $str}); + SendSQL("UNLOCK TABLES"); PutFooter(); exit; }