call proper destroy method in the channel interface

This commit is contained in:
Jeff Hill
2003-02-21 01:21:15 +00:00
parent 1fb29c2040
commit 57a9364c72
+1 -1
View File
@@ -33,7 +33,7 @@ casChannelI::~casChannelI ()
// force PV delete if this is the last channel attached
this->pv.deleteSignal ();
delete & this->chan;
this->chan.destroy ();
}
void casChannelI::uninstallFromPV ( casEventSys & eventSys )