mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-29 21:03:11 +00:00
e360dc9a79
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).
(cherry picked from commit 4d960efafc)