plCommonObjLib::~plCommonObjLib() { ClearObjectList(); // Remove ourselves from the list of libs if( fLibList->Remove( this ) ) { // List is no longer needed delete fLibList; fLibList = nil; } }
CObjectManager::~CObjectManager() { ClearObjectList(); SAFE_DELETE(m_pPhysic); }