use proper form of destroy

This commit is contained in:
Jeff Hill
2000-11-20 19:58:10 +00:00
parent 06bfcd795d
commit 6b2c93673e

View File

@@ -333,6 +333,6 @@ void caServerI::show (unsigned level) const
//
casEventRegistry::~casEventRegistry()
{
this->traverse ( casRes::destroy );
this->traverse ( casEventMaskEntry::destroy );
}