From e1636f4e771d164822d10ded32cf581bddf9ccac Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 15 Feb 2011 17:27:19 -0800 Subject: [PATCH] comment --- scripting/engine_spidermonkey.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scripting/engine_spidermonkey.cpp b/scripting/engine_spidermonkey.cpp index 1f870d2f5dd..73ebfaa55da 100644 --- a/scripting/engine_spidermonkey.cpp +++ b/scripting/engine_spidermonkey.cpp @@ -1175,6 +1175,7 @@ namespace mongo { } if ( _context ) { + // This is expected to reclaim _global as well. JS_DestroyContext( _context ); _context = 0; }