oleaut32/tests: Delete the correct object in the icon test.
This commit is contained in:
parent
c4bae8fab0
commit
9351867e6a
|
@ -1055,7 +1055,7 @@ todo_wine
|
||||||
GlobalUnlock(hmem);
|
GlobalUnlock(hmem);
|
||||||
GlobalFree(hmem);
|
GlobalFree(hmem);
|
||||||
|
|
||||||
DeleteObject(desc.u.bmp.hbitmap);
|
DestroyIcon(desc.u.icon.hicon);
|
||||||
IPicture_Release(pic);
|
IPicture_Release(pic);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue