From 8586960ecc19788341196bb9def1ab11642addbe Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 22 Apr 2005 07:57:26 +0000 Subject: * ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak. * ext/tk/tcltklib.c: eTkCallbackReturn was not initialized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65cadfbb9..007d3293a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 22 16:41:50 2005 Hirokazu Yamamoto + + * ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak. + + * ext/tk/tcltklib.c: eTkCallbackReturn was not initialized. + Thu Apr 21 00:07:50 2005 Nobuyoshi Nakada * lib/mkmf.rb (create_makefile): support platforms have file separator -- cgit