From 2e49ab2677eea877897f98e2583e727a6ad7d83b Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 1 Apr 2004 23:13:39 +0000 Subject: * ext/socket/socket.c (make_hostent): fix memory leak, based on the patch from HORIKAWA Hisashi . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6f6bb725..3a2aa1a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 2 07:31:38 2004 Yukihiro Matsumoto + + * ext/socket/socket.c (make_hostent): fix memory leak, based on + the patch from HORIKAWA Hisashi . + Thu Apr 1 19:58:37 2004 NAKAMURA, Hiroshi * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URI -- cgit