fixed crash in wxExecute() introduced during base/GUI split
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -574,6 +574,9 @@ long wxExecute(wxChar **argv,
|
|||||||
{
|
{
|
||||||
ARGS_CLEANUP;
|
ARGS_CLEANUP;
|
||||||
|
|
||||||
|
// save it for WaitForChild() use
|
||||||
|
execData.pid = pid;
|
||||||
|
|
||||||
// prepare for IO redirection
|
// prepare for IO redirection
|
||||||
|
|
||||||
#if wxUSE_STREAMS
|
#if wxUSE_STREAMS
|
||||||
|
Reference in New Issue
Block a user