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) {