migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.19k stars 77 forks source link

`GD.str` leaks #551

Closed elijah-semyonov closed 2 months ago

elijah-semyonov commented 2 months ago

Repro:

_ = GD.str(arg1: Variant(2))
migueldeicaza commented 2 months ago

Fixed.