Re: [2/2]wmvcore: add WMMetadataEditor stub implementation - Try 2
12 Apr
2014
12 Apr
'14
3:28 a.m.
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. -- Dmitry.
12 Apr
12 Apr
3:34 a.m.
New subject: [2/2]wmvcore: add WMMetadataEditor stub implementation - Try 2
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.
4272
Age (days ago)
4272
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Jeff Latimer