From d0537ebcc59b40e32b77afbd2a43b6b17839ce63 Mon Sep 17 00:00:00 2001 From: Jason Orendorff Date: Wed, 7 Apr 2010 10:14:35 -0500 Subject: [PATCH] Fix debug-only crash when doing TMFLAGS=full objdir/js -j t/string-unpack-code.js. no_r=me. --HG-- extra : rebase_source : f4c43ffeb2fec7de027217500c6a4db7b76724c7 --- js/src/jsregexp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsregexp.cpp b/js/src/jsregexp.cpp index ebcd279e4d84..321f932aac9e 100644 --- a/js/src/jsregexp.cpp +++ b/js/src/jsregexp.cpp @@ -3278,7 +3278,7 @@ class RegExpNativeCompiler { #endif #ifdef NJ_VERBOSE debug_only_stmt( if (LogController.lcbits & LC_TMRegexp) - delete lir; ) + delete verbose_filter; ) #endif return JS_FALSE; }