[macruby-changes] [3966] MacRuby/trunk/gc.c
source_changes at macosforge.org
source_changes at macosforge.org
Mon Apr 26 22:54:43 PDT 2010
Revision: 3966
http://trac.macosforge.org/projects/ruby/changeset/3966
Author: lsansonetti at apple.com
Date: 2010-04-26 22:54:42 -0700 (Mon, 26 Apr 2010)
Log Message:
-----------
do not try to release NODE_METHOD nodes
Modified Paths:
--------------
MacRuby/trunk/gc.c
Modified: MacRuby/trunk/gc.c
===================================================================
--- MacRuby/trunk/gc.c 2010-04-27 05:54:26 UTC (rev 3965)
+++ MacRuby/trunk/gc.c 2010-04-27 05:54:42 UTC (rev 3966)
@@ -410,8 +410,7 @@
rb_node_release(node->u3.node);
break;
- case NODE_METHOD: /* 1,2 */
- case NODE_WHILE:
+ case NODE_WHILE: /* 1,2 */
case NODE_UNTIL:
case NODE_AND:
case NODE_OR:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100426/f34d468f/attachment-0001.html>
More information about the macruby-changes
mailing list