fixed mantis 325

This commit is contained in:
Jeff Hill
2008-10-21 20:50:26 +00:00
parent c5f15a3e17
commit 2d51fbc3c7
+2 -1
View File
@@ -1413,8 +1413,9 @@ caStatus casStrmClient::createChanResponse (
this->chanTable.remove ( *pChan->pChanI );
this->chanList.remove ( *pChan->pChanI );
pChan->pChanI->uninstallFromPV ( this->eventSys );
pChan->getPV()->pPVI->deleteSignal ();
casPVI * pPVI = pChan->getPV()->pPVI;
delete pChan->pChanI;
pPVI->deleteSignal ();
}
return status;