]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/utils.cpp
avoid duplicated empty help menu in localized applications (patch 1600747)
[wxWidgets.git] / src / x11 / utils.cpp
index 245463261e5e091097da522bb83909bae6f03e8c..80e3fcacdabbe901de175ab01000f63d2e717206 100644 (file)
@@ -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)
     {