From 4b37c7cf547384787b687c577a9aabf0f59d2b06 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 5 Dec 2006 18:53:00 +0000 Subject: backport from ruby_1_8 * hash.c (rb_hash_s_create): fixed memory leak, based on the patch by Kent Sibilev . fixed: [ruby-talk:211233] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc21c335bf..4645b26815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,11 @@ Sat Sep 23 21:34:15 2006 Yukihiro Matsumoto * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content may be empty. a patch from Jamis Buck . +Tue Aug 29 19:10:10 2006 Nobuyoshi Nakada + + * hash.c (rb_hash_s_create): fixed memory leak, based on the patch + by Kent Sibilev . fixed: [ruby-talk:211233] + Fri Aug 25 17:15:17 2006 Yukihiro Matsumoto * stable version 1.8.5 released. -- cgit v1.2.3