]> git.saurik.com Git - wxWidgets.git/commit
fix wxExecute thread shutdown and free wxExecuteData even if the associated process...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jan 2008 17:01:05 +0000 (17:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jan 2008 17:01:05 +0000 (17:01 +0000)
commit5a8561fc558ea72a5350e7aed98c04443af2874e
treeb4f45229a017b09c469566599967261b23c6453d
parent4b8af4ac8718ea6ff7b755889d6a81aac4dbaa4e
fix wxExecute thread shutdown and free wxExecuteData even if the associated process is still running (bug 1863908); fix memory leaks when the asynchronously launched processes are still running in the sample too

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