]> git.saurik.com Git - wxWidgets.git/commit
Fix crash in XRC ID range support code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Nov 2010 13:50:46 +0000 (13:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Nov 2010 13:50:46 +0000 (13:50 +0000)
commitadf1edd9246dfe4bd1a5023a8179b8d54ee2e66f
tree3e17ef591c4fe282c457b0a11d87399f1e540d23
parente7cad4b7a19ff6aafc2e84a6e9099a1742085958
Fix crash in XRC ID range support code.

Really fix removing the record from the linked list. This code was modified by
r66064 but was still wrong because the wrong pointer was updated.

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