aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorokkez <okkez@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-13 16:33:15 +0000
committerokkez <okkez@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-13 16:33:15 +0000
commit8e9ab339881873bba8889fef7210cf47d9892510 (patch)
treeb30a16d81af152dacdf40aff957b2472d0692288 /ChangeLog
parent07e447fb7441550b82a9fc90f35d19d416bce72f (diff)
downloadruby-8e9ab339881873bba8889fef7210cf47d9892510.tar.gz
* thread_pthread.c (rb_thread_create_timer_thread): fix memory
leak. [ruby-dev:44904] [Bug #5688] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23a3817d4c..8c06680f81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 14 01:24:55 2011 okkez <okkez000@gmail.com>
+
+ * thread_pthread.c (rb_thread_create_timer_thread): fix memory
+ leak. [ruby-dev:44904] [Bug #5688]
+
Wed Dec 14 00:01:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (primary): point method name line. [ruby-core:40936]