From 93520c002db4b48430825fc3ca634287ec6f5aa9 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 5 Aug 2005 03:51:50 +0000 Subject: * ext/tk/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/trunk@8922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01ac47f68..67b17fbb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 5 12:48:31 2005 Hirokazu Yamamoto + + * ext/tk/tcltklib.c: fixed memory leak when tk_funcall raised + exception. (copies argv into heap in tk_funcall instead of + caller) + Fri Aug 5 12:36:40 2005 NAKAMURA Usaku * lib/mkmf.rb (create_makefile): need to convert path separetor -- cgit