[2/2]wmvcore: add WMMetadataEditor stub implementation - Try 2

Dmitry Timoshkov dmitry at baikal.ru
Fri Apr 11 22:28:45 CDT 2014


Jeff Latimer <lats at yless4u.com.au> wrote:

> +HRESULT WINAPI WMCreateEditor_close(IWMMetadataEditor *iface)
> +{
> +    FIXME("iface=%p\n", iface);
> +    HeapFree(GetProcessHeap(), 0, iface);
> +    return S_OK;
> +}

Still doesn't free the right thing.

-- 
Dmitry.



More information about the wine-devel mailing list