diff -r 2f062fac5791 -r 35d059bd0932 hedgewars/uGearsUtils.pas --- a/hedgewars/uGearsUtils.pas Sun Dec 07 14:36:28 2014 -0500 +++ b/hedgewars/uGearsUtils.pas Mon Dec 08 09:35:14 2014 -0500 @@ -700,7 +700,7 @@ with CurrentHedgehog^ do begin inc(Team^.stats.AIKills); - FreeTexture(Team^.AIKillsTex); + FreeAndNilTexture(Team^.AIKillsTex); Team^.AIKillsTex := RenderStringTex(ansistring(inttostr(Team^.stats.AIKills)), Team^.Clan^.Color, fnt16); end; tempTeam := gear^.Hedgehog^.Team;