Commit 859f3bff authored by Michael Karcher's avatar Michael Karcher Committed by Alexandre Julliard

msxml3: Initialize xmldoc->_private in IPersistStream::Load for IXMLDOMDocument.

parent 5ae5a68e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment