ruby-cvs:19123
From: knu ruby-lang.org
Date: Mon, 26 Feb 2007 15:22:09 +0900 (JST)
Subject: [ruby-cvs:19123] Ruby:r11887: * ext/thread/thread.c: Use xmalloc()/xfree() instead of
knu 2007-02-26 15:22:08 +0900 (Mon, 26 Feb 2007)
New Revision: 11887
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/ext/thread/thread.c
Log:
* ext/thread/thread.c: Use xmalloc()/xfree() instead of
malloc()/free(); pointed out by shugo in [ruby-dev:30412].
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=11887&r2=11886
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/thread/thread.c?r1=11887&r2=11886