Skip to content

Fix crash when using KJSContext::interpreter

Albert Astals Cid requested to merge work/fix_KJSContext_interpreter_crash into master

It creates a KJSInterpreter giving it a KJSInterpreterHandle *h, it does not increase the ref in the contrcutor but it decreases it in the destructor, so after calling interpreter() in a context, the interpreter is deleted

Merge request reports