Re: module GC bug

2005-07-07 Thread Marius Vollmer
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Hi, > > I've found a memory leak in GUILE. > > The contents of modules are not garbage collected. > > This seems to be related with two errors: > > - scm_stand_in_procs is a hashtable. I believe it should be weak_key > hashtable, just like the scm_o

Re: module GC bug

2005-07-07 Thread Marius Vollmer
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Since noone has complained, I've taken the liberty of adding this to > CVS guile 1.6 as well. Humph. I can see that my slowness is to blame here, but usually things like this should not happen... Let's hope your fix is brilliant :-) > Marius could