mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 589329 - fix crash in JSData2Native (r=jst) (CLOSED TREE)
This commit is contained in:
parent
6c846a6605
commit
e949d56946
@ -636,7 +636,7 @@ XPCConvert::JSData2Native(XPCCallContext& ccx, void* d, jsval s,
|
||||
return JS_FALSE;
|
||||
*((jsval**)d) = buf;
|
||||
} else {
|
||||
**((jsval**)d) = s;
|
||||
*((jsval*)d) = s;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user