parse.y: mark debug_buffer
* parse.y (parser_mark): mark debug_buffer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
06037b54af
commit
04eb614251
1
parse.y
1
parse.y
@ -10824,6 +10824,7 @@ parser_mark(void *ptr)
|
|||||||
rb_gc_mark(parser->result);
|
rb_gc_mark(parser->result);
|
||||||
rb_gc_mark(parser->parsing_thread);
|
rb_gc_mark(parser->parsing_thread);
|
||||||
#endif
|
#endif
|
||||||
|
rb_gc_mark(parser->debug_buffer);
|
||||||
#ifdef YYMALLOC
|
#ifdef YYMALLOC
|
||||||
rb_gc_mark((VALUE)parser->heap);
|
rb_gc_mark((VALUE)parser->heap);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user