projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24af22b
)
fixed a memory leak
author
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 24 Dec 2003 23:25:43 +0000
(23:25 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 24 Dec 2003 23:25:43 +0000
(23:25 +0000)
SVN-Revision: 42
src/gameloop.c
patch
|
blob
|
history
diff --git
a/src/gameloop.c
b/src/gameloop.c
index
5ee68e6
..
ff8c6ca
100644
(file)
--- a/
src/gameloop.c
+++ b/
src/gameloop.c
@@
-555,6
+555,9
@@
int game_action(void)
if (score > highscore)
save_hs(score);
+ unloadlevelgfx();
+ unloadlevelsong();
+ unloadshared();
return(0);
} /* if (lives < 0) */
}