From ee711e1ee09222ca643a0cd37c1ad746364a06e2 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 25 Apr 2006 09:02:00 +0000 Subject: * ext/tk/tcltklib.c (delete_slaves): maybe increment the reference count of a NULL Tcl_Obj [ruby-core:07759]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab30d7560..036d64df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 25 18:00:05 2006 Hidetoshi NAGAI + + * ext/tk/tcltklib.c (delete_slaves): maybe increment the reference + count of a NULL Tcl_Obj [ruby-core:07759]. + Tue Apr 25 07:55:31 2006 Yukihiro Matsumoto * lib/jcode.rb (String::tr_s): should have translated non -- cgit