12 Apr
2014
12 Apr
'14
3:34 a.m.
I had already sent Try 2 before I read your comments. Try 3 should fix that. On 04/12/2014 01:28 PM, Dmitry Timoshkov wrote:
Jeff Latimer <lats(a)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.