Changeset 5147 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Aug 27, 2005, 2:51:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/substring.cc
r4836 r5147 73 73 { 74 74 for( int i = 0; i < this->splittersCount; i++) 75 { 76 delete this->strings[i]; 77 } 78 75 delete this->strings[i]; 79 76 delete this->strings; 80 77 }
Note: See TracChangeset
for help on using the changeset viewer.