From 6d0b1d8a8691460189caee88bfbef2dd129b48bd Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 21 Feb 2015 17:17:08 +0000 Subject: merge revision(s) 49661,49662,49664: test_file_exhaustive.rb: remove useless assignment * test/ruby/test_file_exhaustive.rb (make_tmp_filename): not assign to instance variable, @hardlinkfile. * file.c (rb_file_identical_p): fix handle leak, ensure to close the handle of the first argument. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@49677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a213d717c..f5bc967cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 22 02:16:40 2015 Nobuyoshi Nakada + + * file.c (rb_file_identical_p): fix handle leak, ensure to close + the handle of the first argument. + Sat Feb 21 13:48:11 2015 Nobuyoshi Nakada * win32/win32.c (different_device_p): compare by volume serial -- cgit v1.2.3