Skip to content
Snippets Groups Projects
Commit ac5d21d2 authored by Lars Kanis's avatar Lars Kanis
Browse files

Fix 'object allocation not allowed while garbage collection' bug

Calling any Ruby code within the mark phase is generelly dangerous,
because it usually allocates some objects.
Since most of the methods of FX objects can be overloaded in Ruby,
the calls in markfuncs now call explizitly the C++ methods.

Also remove some double marking of objects.
parent bea4cade
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment