Linas Vepstas <linasveps...@gmail.com> writes: > I reviewed patch2 as best I could,
Thanks! > it looks to me like new_bucket is never released. > I assume that the scm_acons did a malloc, but > maybe not Yes, but the garbage collection will find and free it, so it's OK. Regards, Neil