a few more changes on potencial mem issues
This commit is contained in:
1
ThirdParty/SmartThreadPool/WorkItemsQueue.cs
vendored
1
ThirdParty/SmartThreadPool/WorkItemsQueue.cs
vendored
@@ -625,6 +625,7 @@ namespace Amib.Threading.Internal
|
||||
if (!_isDisposed)
|
||||
{
|
||||
Cleanup();
|
||||
_headWaiterEntry.Close();
|
||||
}
|
||||
_isDisposed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user