- Timestamp:
- Sep 26, 2009, 10:21:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/questsystem/notifications/NotificationQueue.cc
r5748 r5800 426 426 this->containers_.erase(container); 427 427 this->overlays_.erase(container->notification); 428 delete container->overlay;428 container->overlay->destroy(); 429 429 delete container; 430 430 this->size_= this->size_-1;
Note: See TracChangeset
for help on using the changeset viewer.