aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-09 14:24:15 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-09 14:24:15 +0000
commitab2868bfba0b76a12e56335a3aec626d86ce07f6 (patch)
tree9a3743f9ce131f8e770a9b49ab23bbb76928a7b0 /ChangeLog
parent270f2f15be57fd13905cad48259af45670ae9fb1 (diff)
downloadruby-ab2868bfba0b76a12e56335a3aec626d86ce07f6.tar.gz
* process.c (rb_run_exec_options): fix resource leak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc0915c5b7..8f63be0488 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 9 23:19:02 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * process.c (rb_run_exec_options): fix resource leak.
+
Thu Oct 9 22:13:58 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_module.rb (test_remove_class_variable): add a test