thomasoa / andrews-deal

Automatically exported from code.google.com/p/andrews-deal
Other
10 stars 6 forks source link

Big memory leak #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Run the attached script for a long time and it consumes all the memory of
the system.

   deal -x sample4.tcl 1000

Mac OS X "leaks" program says the memory leaking is from evalHoldingNums in
holdings.c, but I can't see how that memory is leaking - it's freed right
before "return."

Original issue reported on code.google.com by thomasoa on 20 Feb 2010 at 6:57

Attachments: