diff options
Diffstat (limited to 'ThirdParty/SmartThreadPool')
-rw-r--r-- | ThirdParty/SmartThreadPool/SmartThreadPool.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ThirdParty/SmartThreadPool/SmartThreadPool.cs b/ThirdParty/SmartThreadPool/SmartThreadPool.cs index 8e42732..297e20e 100644 --- a/ThirdParty/SmartThreadPool/SmartThreadPool.cs +++ b/ThirdParty/SmartThreadPool/SmartThreadPool.cs | |||
@@ -1485,6 +1485,9 @@ namespace Amib.Threading | |||
1485 | _isIdleWaitHandle = null; | 1485 | _isIdleWaitHandle = null; |
1486 | } | 1486 | } |
1487 | 1487 | ||
1488 | if (_stpStartInfo.EnableLocalPerformanceCounters) | ||
1489 | _localPCs.Dispose(); | ||
1490 | |||
1488 | _isDisposed = true; | 1491 | _isDisposed = true; |
1489 | } | 1492 | } |
1490 | } | 1493 | } |