a few more changes on potencial mem issues

This commit is contained in:
UbitUmarov
2016-11-18 00:12:09 +00:00
parent e21ac8b3c4
commit ba7904a3a8
4 changed files with 19 additions and 2 deletions

View File

@@ -625,6 +625,7 @@ namespace Amib.Threading.Internal
if (!_isDisposed)
{
Cleanup();
_headWaiterEntry.Close();
}
_isDisposed = true;
}