[ruby-cvs:53460] ko1:r46314 (trunk): * vm.c (ruby_vm_destruct): remove useless call of
ko1 at ruby-lang.org
ko1 at ruby-lang.org
Mon Jun 2 17:17:57 JST 2014
ko1 2014-06-02 17:17:55 +0900 (Mon, 02 Jun 2014)
New Revision: 46314
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46314
Log:
* vm.c (ruby_vm_destruct): remove useless call of
rb_gc_force_recycle().
At this line, a VM object is already freed
(is changed to T_NONE) by rb_gc_call_finalizer_at_exit().
Modified files:
trunk/ChangeLog
trunk/vm.c
More information about the ruby-cvs
mailing list