Changeset 5303 in orxonox.OLD for trunk/src/util
- Timestamp:
- Oct 7, 2005, 2:42:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/resource_manager.cc
r5302 r5303 71 71 // deleting the Resources-List 72 72 this->unloadAllByPriority(RP_GAME); 73 74 if (this->resourceList->getSize() > 0) 75 PRINTF(1)("Not removed all Textures, since there are still %d resources registered\n", this->resourceList->getSize()); 76 73 77 delete this->resourceList; 74 78 // deleting the Directorie Lists … … 77 81 while(tmpDir) 78 82 { 79 delete []tmpDir;83 delete[] tmpDir; 80 84 tmpDir = tmpIt->nextElement(); 81 85 }
Note: See TracChangeset
for help on using the changeset viewer.