]> git.saurik.com Git - wxWidgets.git/commit
Fix memory leak of XRC ids introduced by the ID range support patch.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 19:33:55 +0000 (19:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 19:33:55 +0000 (19:33 +0000)
commit74c99b85523c93339596cd244181057f2744992a
treeaed4cbab990d3a729b5adc2357df980dc4c202d8
parent125c2fccdc3a87377ae64e0153bf46d839fc2f93
Fix memory leak of XRC ids introduced by the ID range support patch.

Fix bug in linked list processing in RemoveXRCIDEntry() added in r66059: it
incorrectly overwrote the XRC id table entry with the next element in the list
instead of just updating the pointer used during iteration.

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