Changeset 1075 for branches/0.7-stable/lib/StatsCollection.cc
- Timestamp:
- Jun 7, 2010, 5:57:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.7-stable/lib/StatsCollection.cc
r847 r1075 51 51 StatsCollection::~StatsCollection(void) 52 52 { 53 for (map:: const_iterator i(stats_.begin()); i!=stats_.end(); ++i) {53 for (map::iterator i(stats_.begin()); i!=stats_.end(); ++i) { 54 54 assert(i->second); 55 55 delete i->second; 56 i->second = NULL; 56 57 } 57 58 58 } 59 59
Note: See TracChangeset
for help on using the changeset viewer.