Re: Potential Memory Leaks

2002-04-12 Thread Mike Lambert
Hope no one minds me essentially reposting this email. :) > Am I correct in assuming that the stacks stuff leaks memory? Both stacks.c > and rxstacks.c allocate memory via mem_allocate_aligned, but never free > it, relying on the GC for it (code written before the GC existed). There was a frame

Re: Potential Memory Leaks

2002-03-30 Thread Dan Sugalski
At 4:43 AM -0500 3/26/02, Michel J Lambert wrote: >Am I correct in assuming that the stacks stuff leaks memory? Both stacks.c >and rxstacks.c allocate memory via mem_allocate_aligned, but never free >it, relying on the GC for it (code written before the GC existed). > >Should these stacks be chang