From: matz@... (Yukihiro Matsumoto) Date: 2001-03-05T13:07:09+09:00 Subject: [ruby-talk:11988] Re: possible memory leak in GDBM/gdbm Hi, In message "[ruby-talk:11986] possible memory leak in GDBM/gdbm" on 01/03/05, Eric Sven Ristad writes: |The following program suggests there is a small memory leak in |GDBM.[]=/gdbm_store and a massive memory leak in GDMB.[]/gdbm_fetch. |I don't know if the memory leak is in the Ruby GDBM module (shipped |with release 1.6.2) or in the underlying GDMB code (version 1.8.0 |Alpha/OSF4.0d). Any suggestions/patches would be appreciated, |Thanks, |Eric I hope it is fixed in the latest stable snapshot. At least, memory leak bug was reported and fixed. It might be the time for new release. matz.