Re: Possible Memory Leak with stream-for-each

2010-09-02 Thread Andy Wingo
On Thu 02 Sep 2010 05:49, l...@gnu.org (Ludovic Courtès) writes: > Basically ‘force’ was leaking memory because it uses ‘lock-mutex’, which > was the culprit (!). You are a superhero, Dr. Courtès!! A -- http://wingolog.org/

Re: Possible Memory Leak with stream-for-each

2010-09-02 Thread Julian Graham
Hey Ludovic, On Thu, Sep 2, 2010 at 8:49 AM, Ludovic Courtès wrote: > I believe this patch fixes the problem: > >  http://git.sv.gnu.org/cgit/guile.git/commit/?id=f57fdf07d6374028f35bcb1ee748a94022deda6d > > Basically ‘force’ was leaking memory because it uses ‘lock-mutex’, which > was the culpr