From eb6f1804fb22eec77904aa5ac4648fcbd53a5d17 Mon Sep 17 00:00:00 2001
From: Perttu Ahola <celeron55@gmail.com>
Date: Sat, 21 May 2011 14:28:28 +0300
Subject: [PATCH] fixed a small memory leak in game.cpp

---
 src/game.cpp | 5 +++++
 1 file changed, 5 insertions(+)

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
-- 
GitLab