should set the private variable id to nill when deleteing it
This commit is contained in:
@@ -44,6 +44,7 @@ static epicsThreadOnceId cacOnce = EPICS_THREAD_ONCE_INIT;
|
||||
extern "C" void cacExitHandler (void *)
|
||||
{
|
||||
epicsThreadPrivateDelete ( caClientCallbackThreadId );
|
||||
caClientCallbackThreadId = 0;
|
||||
}
|
||||
|
||||
// runs once only for each process
|
||||
|
||||
Reference in New Issue
Block a user