mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
msxml3: Initialize xmldoc->_private in IPersistStream::Load for IXMLDOMDocument.
This commit is contained in:
parent
5ae5a68ed3
commit
859f3bff88
@ -330,6 +330,7 @@ static HRESULT WINAPI xmldoc_IPersistStream_Load(
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
xmldoc->_private = create_priv();
|
||||
attach_xmlnode( This->node, (xmlNodePtr)xmldoc );
|
||||
|
||||
return S_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user