initialize id variable in constructor

This commit is contained in:
Jeff Hill
2000-06-23 00:04:09 +00:00
parent 47729fed41
commit c27b99996b
+1
View File
@@ -19,6 +19,7 @@ static void osiThreadCallEntryPoint ( void *pPvt )
if ( ! pThread->cancel ) {
pThread->entryPoint ();
}
pThread->id = 0;
pThread->exit.signal ();
}