From 94339a8fd787c1788e72d5f032572860ba5deb05 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 22 Jul 2010 13:13:57 +0000 Subject: merge revision(s) 28716: * thread_pthread.c (get_stack): fix memory leak; pthread_attr_destory must be called even when pthread_getattr_np is used. [ruby-core:31269] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7803c5edcf..3ace8afbea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 22 22:13:48 2010 Yusuke Endoh + + * thread_pthread.c (get_stack): fix memory leak; pthread_attr_destory + must be called even when pthread_getattr_np is used. + [ruby-core:31269] + Wed Jul 21 12:39:15 2010 Yusuke Endoh * lib/cmath.rb (CMath#cbrt): cbrt should accept a negative real -- cgit v1.2.3