aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-05-21 14:28:28 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-05-21 14:28:28 +0300
commiteb6f1804fb22eec77904aa5ac4648fcbd53a5d17 (patch)
treebac89ccb0d175bb399adbec855debd995624b157 /src
parent60bb663bf817d4929a9b8da8cd80dcab13447123 (diff)
downloadhax-minetest-server-eb6f1804fb22eec77904aa5ac4648fcbd53a5d17.tar.gz
hax-minetest-server-eb6f1804fb22eec77904aa5ac4648fcbd53a5d17.zip
fixed a small memory leak in game.cpp
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index b1a804ae3..99e08b7bf 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -2092,6 +2092,11 @@ void the_game(
lastFPS = fps;
}
}
+
+ /*
+ Drop stuff
+ */
+ clouds->drop();
/*
Draw a "shutting down" screen, which will be shown while the map