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