]> git.saurik.com Git - wxWidgets.git/commit
Don't crash in wxBitmap::AllocExclusive().
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 6 Aug 2012 12:28:58 +0000 (12:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 6 Aug 2012 12:28:58 +0000 (12:28 +0000)
commitb9171a173060dcfce029d10089b2acc45ad15cb1
treebd55e4143731dd8d79a504ef028864e73aacfd5e
parent7a7fa93b0dd56b06325740cebc91f1156c18e30c
Don't crash in wxBitmap::AllocExclusive().

Just use the usual pattern, instead of abusing existing m_refData. In
addition to being cleaner and easier to follow, it also has the benefit
of not crashing when cloning ref data into an UnRef()ed bitmap from
AllocExclusive().

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