Re: msxml3: oldChild in xmlnode_removeChild may be NULL
10 Jul
2008
10 Jul
'08
8: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
6455
Age (days ago)
6455
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes