[macruby-changes] [3019] MacRuby/trunk/ext/json/rubyext.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 16 14:34:15 PST 2009


Revision: 3019
          http://trac.macosforge.org/projects/ruby/changeset/3019
Author:   psychs at limechat.net
Date:     2009-11-16 14:34:11 -0800 (Mon, 16 Nov 2009)
Log Message:
-----------
missing writer barrier

Modified Paths:
--------------
    MacRuby/trunk/ext/json/rubyext.c

Modified: MacRuby/trunk/ext/json/rubyext.c
===================================================================
--- MacRuby/trunk/ext/json/rubyext.c	2009-11-16 22:30:36 UTC (rev 3018)
+++ MacRuby/trunk/ext/json/rubyext.c	2009-11-16 22:34:11 UTC (rev 3019)
@@ -120,7 +120,7 @@
     parser->nestedHashLevel = 0;
     parser->objectsFound = 0;
     parser->symbolizeKeys = symbolizeKeys;
-    parser->builderStack = rb_ary_new();
+    GC_WB(&parser->builderStack, rb_ary_new());
     return self;
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091116/c29d3019/attachment.html>


More information about the macruby-changes mailing list