Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2016, 8:59:19 PM (8 years ago)
Author:
landauf
Message:

more cleanup & deleting member objects in destructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/HoverWall.cc

    r11042 r11043  
    6060    HoverWall::~HoverWall()
    6161    {
    62 
     62        if (this->isInitialized())
     63        {
     64            if (this->model_)
     65                this->model_->destroy();
     66            if (this->cs_)
     67                this->cs_->destroy();
     68        }
    6369    }
    6470
Note: See TracChangeset for help on using the changeset viewer.