removed resource table self delete usage

This commit is contained in:
Jeff Hill
2000-11-20 18:02:14 +00:00
parent 6fc0d7f8d7
commit 2076e3f802
+1 -1
View File
@@ -333,6 +333,6 @@ void caServerI::show (unsigned level) const
//
casEventRegistry::~casEventRegistry()
{
this->destroyAllEntries();
this->traverse ( casRes::destroy );
}