﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
35	Space leak in timing code	Ben Lippmeier		"This program leaks 25k/sec

{{{
module Main (
    main
)
where

import Graphics.Gloss
import Graphics.Gloss.Interface.IO.Game

main = 
    playIO (InWindow ""glossmem"" (500, 500) (0,0)) white 10 0
    (\world -> return (translate (-250) 0 (text $ show world)))
    (\event -> (\world -> return world))
    (\timePassed -> (\world -> return $ world + timePassed))
}}}"	defect	closed	normal	1.8.0	Unknown	1.7.0	fixed		
