From 2186aeaa5cfd364a7212c0679144b3c071246332 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 26 Oct 2005 00:28:39 +0000 Subject: * ext/syck/implicit.c (syck_type_id_to_uri): should return newly allocated memory. otherwise, type_id will be freed twice. [ruby-dev:27384] [ruby-core:6385] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95b620e1a..933ab03ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 26 09:27:27 2005 Hirokazu Yamamoto + + * ext/syck/implicit.c (syck_type_id_to_uri): should return + newly allocated memory. otherwise, type_id will be freed + twice. [ruby-dev:27384] [ruby-core:6385] + Wed Oct 26 09:04:51 2005 Hirokazu Yamamoto * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediate -- cgit