
9 Mar
2006
9 Mar
'06
4:44 p.m.
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