oleaut32/tests: Delete the correct object in the icon test.

This commit is contained in:
Alexandre Julliard 2012-10-18 20:18:47 +02:00
parent c4bae8fab0
commit 9351867e6a
1 changed files with 1 additions and 1 deletions

View File

@ -1055,7 +1055,7 @@ todo_wine
GlobalUnlock(hmem);
GlobalFree(hmem);
DeleteObject(desc.u.bmp.hbitmap);
DestroyIcon(desc.u.icon.hicon);
IPicture_Release(pic);
}