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:
parent
45a8135252
commit
7764f97370
@ -574,6 +574,9 @@ long wxExecute(wxChar **argv,
|
||||
{
|
||||
ARGS_CLEANUP;
|
||||
|
||||
// save it for WaitForChild() use
|
||||
execData.pid = pid;
|
||||
|
||||
// prepare for IO redirection
|
||||
|
||||
#if wxUSE_STREAMS
|
||||
|
Loading…
Reference in New Issue
Block a user