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



Reply via email to