aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ThirdParty/SmartThreadPool/SmartThreadPool.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ThirdParty/SmartThreadPool/SmartThreadPool.cs b/ThirdParty/SmartThreadPool/SmartThreadPool.cs
index 9043d3a..8e42732 100644
--- a/ThirdParty/SmartThreadPool/SmartThreadPool.cs
+++ b/ThirdParty/SmartThreadPool/SmartThreadPool.cs
@@ -1684,6 +1684,7 @@ namespace Amib.Threading
1684 } 1684 }
1685 workItemsGroup.Start(); 1685 workItemsGroup.Start();
1686 anActionCompleted.WaitOne(); 1686 anActionCompleted.WaitOne();
1687 anActionCompleted.Dispose();
1687 1688
1688 return choiceIndex._index; 1689 return choiceIndex._index;
1689 } 1690 }