hedgewars/uWorld.pas
changeset 4901 d1e2d82d9ccc
parent 4883 7cddc9201a1d
child 4976 088d40d8aba2
--- a/hedgewars/uWorld.pas	Tue Feb 01 15:30:08 2011 +0100
+++ b/hedgewars/uWorld.pas	Tue Feb 01 19:49:10 2011 +0100
@@ -1324,6 +1324,9 @@
 procedure freeModule;
 begin
     stereoDepth:= stereoDepth; // avoid hint
+    FreeTexture(fpsTexture);
+    FreeTexture(timeTexture);
+    FreeTexture(missionTex);
 end;
 
 end.