Re: msxml3: oldChild in xmlnode_removeChild may be NULL
July 10, 2008
3:39 p.m.
Piotr Caban wrote:
--- IXMLDOMNode_Release(child); IXMLDOMNode_AddRef(childNode); - *oldChild = childNode; + + if(oldChild) + *oldChild = childNode; return S_OK;
Hi Piotr, Your leaking childNode, it should be destroyed in this case. Best Regards Alistair Leslie-Hughes
6468
Age (days ago)
6468
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes