mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 01:41:38 +00:00
4d960efafc
This is needed because of the new changes to Variant. The reference counter is increased by adding it to a Variant, which means no GDScript will be freed (or will be double freed if manually freed somewhere).