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.
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@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.