]> git.saurik.com Git - wxWidgets.git/commit
test whether pointer is non-NULL before using it, not after, in wxDoFindStringInList...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Mar 2007 13:41:44 +0000 (13:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Mar 2007 13:41:44 +0000 (13:41 +0000)
commit26564cf29d6fe52e5f993381a662e47271674d0c
tree2c88c934a1cb4da0d206ad2f089819d0f8723789
parent29014baaa5124aa136d59de8f9f0a61f42c47dac
test whether pointer is non-NULL before using it, not after, in wxDoFindStringInList (this was probably harmless though)

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