Jeff Latimer <lats@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.
Jeff Latimer <lats@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.