Daniel Rakos 0939d0f6d1 Fixed memory leak with String objects
The member _godot_string should never be straight out overwritten ever without
first destroying the underlying string object's memory. This change solves the
problem through the introduction of a new private constructor to create String
objects with a pre-existing godot_string handle.
2020-08-15 09:46:23 +02:00
..
2019-08-05 00:23:42 +02:00
2018-11-27 09:45:56 -03:00
2019-08-05 00:23:42 +02:00
2019-08-05 00:23:42 +02:00
2019-12-27 14:28:42 +01:00