X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e4f79360fe4adfed22b06f6799c8d72cd9915eb..fcb29b233888f7012ca6cf486c8287f5463787e0:/src/x11/utils.cpp diff --git a/src/x11/utils.cpp b/src/x11/utils.cpp index 245463261e..80e3fcacda 100644 --- a/src/x11/utils.cpp +++ b/src/x11/utils.cpp @@ -110,6 +110,7 @@ void wxCheckForFinishedChildren() // Map empty, delete it. delete gs_procmap; gs_procmap = NULL; + return; } for (it = gs_procmap->begin();it != gs_procmap->end(); ++it) {