Memory leak in Fudgets

Thomas Hallgren hallgren at cse.ogi.edu
Thu Mar 9 16:44:32 EST 2006


Hi,

I found and fixed this space leak in the Fudget library (it was a malloc without 
free).

Thomas H

Simon Marlow wrote:
> Dimitry Golubovsky wrote:
>> I wrote a very simple Fudgets program (just copies stdin to stdout, no
>> graphics involved)
>>
>> I found out that the program grows in memory.

> basically the extra memory is either mmap()'d or malloc()'d, probably by 
> some code in your program or a library it uses



More information about the Glasgow-haskell-users mailing list