Commit f87952129e5b803c7e306d02e868e37976542440

  • avatar
  • Patrick Stählin <pstaehlin @futu…lab.ch>
  • Tue Aug 24 23:21:04 CEST 2010
Call GC again
core/scripting/ds485scriptextension.cpp
(1 / 1)
  
119119 }
120120 goOn = _callbackObject->callFunctionByReference<bool>(_function, paramList);
121121 }
122 //JS_GC(cx);
122 JS_GC(cx);
123123 req.endRequest();
124124 //JS_ClearContextThread(cx);
125125 } catch(ScriptException& e) {