Changeset 11020 for code/trunk/src/modules/portals
- Timestamp:
- Jan 2, 2016, 9:08:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/portals/PortalEndPoint.cc
r9667 r11020 71 71 { 72 72 if(this->isInitialized() && this->trigger_ != NULL) 73 delete this->trigger_;73 this->trigger_->destroy(); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.