]> git.saurik.com Git - wxWidgets.git/commit
Fix a crash in wxExecute() in wxMSW too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2013 11:28:50 +0000 (11:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2013 11:28:50 +0000 (11:28 +0000)
commitb640fa17f3359e2766232e5dae3922de28236bde
tree6aef0051542060e69aedf7eda1dd8ca554c67a8f
parent27e8395ed0a44338796ea5c4ec48ddd00fa9ec4e
Fix a crash in wxExecute() in wxMSW too.

Don't dereference potentially NULL wxProcess pointer unconditionally.

This should have been together with the changes of r73425, see #14931.

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