Skip to content
Snippets Groups Projects
Commit 24f04a36 authored by Luke Wagner's avatar Luke Wagner
Browse files

Bug 646380 - jsd_GetValueString needs to null out 'call' after leaving the...

Bug 646380 - jsd_GetValueString needs to null out 'call' after leaving the cross compartment call (r=sphink)
parent dc3c1816
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ jsd_GetValueString(JSDContext* jsdc, JSDValue* jsdval)
JS_RestoreExceptionState(cx, exceptionState);
JS_LeaveCrossCompartmentCall(call);
call = NULL;
if(string) {
stringval = STRING_TO_JSVAL(string);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment