summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90443796e6..47df9fd6a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Wed Nov 26 13:31:07 2008 Kazuhiro NISHIYAMA <[email protected]>
* ext/gdbm/gdbm.c: do not set members of RSTRING(str) directly.
[ruby-dev:37182]
+ * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.
+
Tue Nov 25 16:09:36 2008 Nobuyoshi Nakada <[email protected]>
* string.c (str_independent): no independent string points null_str.