Re: Big memory leak in division operator example !
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Jun 22, 2007
- 673 views
Matt wrote: > > Robert wrote: > > > > Matt - did you change something regarding the use of malloc > > on Linux? Or was it just for your version of FreeBSD? > > I don't recall changing anything that should have affected linux, though > it's certainly possible that I did. I'll take a look, although I can't > say how soon. I'm still recovering from moving... > OK, took a look at svn, and it looks like I switched the memory management to straight malloc/realloc/free, without any of the custom allocation and block management. Matt