From 70e387592ae5b57ad5d342eb9890f7ca725ad9df Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 5 Aug 2005 03:52:37 +0000 Subject: * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raised exception. (copies argv into heap in tk_funcall instead of caller) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 83d7c6567..9f629b41f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 5 12:50:32 2005 Hirokazu Yamamoto + + * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raised + exception. (copies argv into heap in tk_funcall instead of + caller) + Fri Aug 5 12:42:57 2005 NAKAMURA Usaku * lib/mkmf.rb (create_makefile): need to convert path separetor -- cgit