fixed bug introduced by mrk's previous change

This commit is contained in:
Jeff Hill
2001-01-22 19:09:32 +00:00
parent ad3da31c06
commit 46aa89399a

View File

@@ -36,7 +36,6 @@ recvProcessThread::~recvProcessThread ()
{
this->signalShutDown ();
this->exit.wait ();
delete &thread;
}
void recvProcessThread::run ()