Next OSG TEST RELEASE. Join aborted threads.

0.6.9-post-fixes
Melanie 2010-06-02 17:41:28 +01:00
parent c5cfae7bac
commit 698066d7e3
1 changed files with 3 additions and 0 deletions

View File

@ -1027,7 +1027,10 @@ namespace Amib.Threading.Internal
lock (this)
{
if(currentThread != null)
{
currentThread.Abort();
currentThread.Join();
}
}
}
}