set server ptr to nill in destructor

This commit is contained in:
Jeff Hill
1999-09-14 23:59:16 +00:00
parent c1c8cd70f6
commit 675342d709
+1
View File
@@ -76,6 +76,7 @@ epicsShareFunc caServer::~caServer()
{
if (this->pCAS) {
delete this->pCAS;
this->pCAS = NULL;
}
}