Index: branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c
===================================================================
--- branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c	(revision 41842)
+++ branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c	(revision 41848)
@@ -1,3 +1,5 @@
 #include "ppStack.h"
+
+// #define TESTING
 
 bool ppStackCombinePercent(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config)
@@ -32,14 +34,7 @@
     }
 
-    if (!psThreadPoolWait(false, true)) {
+    if (!psThreadPoolWait(true, true)) {
         psError(psErrorCodeLast(), false, "Unable to do initial combination.");
         return false;
-    }
-
-    psThreadJob *job;               // Completed job
-    while ((job = psThreadJobGetDone())) {
-        psAssert(strcmp(job->type, "PPSTACK_PERCENT_COMBINE") == 0,
-                 "Job has incorrect type: %s", job->type);
-        psFree(job);
     }
 
