No changes, just use AutoHBITMAP instead of manual DeleteObject() in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Oct 2010 23:51:09 +0000 (23:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Oct 2010 23:51:09 +0000 (23:51 +0000)
commitf7196178a5b6d29659a4133a8f76332250f9618a
tree01a7d07850f4f0f4fe504f469f7fb114511db7d1
parent2e7a64e9e6043d934a117a32d781e01fb907a01e
No changes, just use AutoHBITMAP instead of manual DeleteObject() in wxMSW.

Use RAII AutoHBITMAP class instead of manually calling DeleteObject() on
temporary bitmaps in wxMSW wxImageList and wxBitmap code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/bitmap.cpp
src/msw/imaglist.cpp