Re: [2/2]wmvcore: add WMMetadataEditor stub implementation
12 Apr
2014
12 Apr
'14
3:10 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; +}
WMCreateEditor_close() should free the implementation not an interface pointer (although they accidently happen to be the same because of implementation structure layout, but once somebody moves/adds fields that may change and lead to unpredictable results). -- Dmitry.
4272
Age (days ago)
4272
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov