projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8e7df
)
- fixed memory leak
author
Ryan Flegel
<rflegel@gmail.com>
Wed, 9 Jun 2004 19:15:22 +0000
(19:15 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Wed, 9 Jun 2004 19:15:22 +0000
(19:15 +0000)
SVN-Revision: 1458
src/tile.cpp
patch
|
blob
|
history
diff --git
a/src/tile.cpp
b/src/tile.cpp
index
bdd06bb
..
87c3f81
100644
(file)
--- a/
src/tile.cpp
+++ b/
src/tile.cpp
@@
-114,6
+114,8
@@
TileManager::~TileManager()
for(std::vector<Tile*>::iterator i = tiles.begin(); i != tiles.end(); ++i) {
delete *i;
}
+
+ delete tilegroups_;
}
void TileManager::load_tileset(std::string filename)