fixed bug in proper cleanup of client context

This commit is contained in:
Jeff Hill
2001-06-21 23:04:44 +00:00
parent cf7df276ff
commit 22e9be48ad
2 changed files with 2 additions and 3 deletions

View File

@@ -219,11 +219,11 @@ cac::~cac ()
// make certain that process thread isnt deleting
// tcpiiu objects at the same that this thread is
//
if ( this->pRecvProcThread ) {
if ( this->pRecvProcessThread ) {
this->recvProcessThreadExitRequest = true;
this->recvProcessActivityEvent.signal ();
this->recvProcessThreadExit.wait ();
delete this->pRecvProcThread;
delete this->pRecvProcessThread;
}
{

View File

@@ -166,7 +166,6 @@ private:
epicsEvent ioDone;
epicsTimerQueueActive *pTimerQueue;
char *pUserName;
epicsThread *pRecvProcThread;
class udpiiu *pudpiiu;
class searchTimer *pSearchTmr;
class repeaterSubscribeTimer