fix for mantis 329

This commit is contained in:
Jeff Hill
2009-01-08 22:27:18 +00:00
parent a294e3dcb8
commit 9027026680
-2
View File
@@ -1413,9 +1413,7 @@ caStatus casStrmClient::createChanResponse (
this->chanTable.remove ( *pChan->pChanI );
this->chanList.remove ( *pChan->pChanI );
pChan->pChanI->uninstallFromPV ( this->eventSys );
casPVI * pPVI = pChan->getPV()->pPVI;
delete pChan->pChanI;
pPVI->deleteSignal ();
}
return status;