[1/2] msxml3: Implement IPersistStream

Robert Shearman rob at codeweavers.com
Fri Dec 7 05:23:27 CST 2007


Alistair Leslie-Hughes wrote:
> +    hr = CreateStreamOnHGlobal(NULL, TRUE, &This->stream);
> +    if (FAILED(hr))
> +        return hr

You need to free This->stream somewhere.

-- 
Rob Shearman




More information about the wine-devel mailing list