RedMser / godot-fluent-translation

Fluent Translation as Godot extension
https://godotengine.org/asset-library/asset/2937
Other
13 stars 0 forks source link

Fix memory leak on exit #28

Open RedMser opened 5 months ago

RedMser commented 5 months ago

We're intentionally leaking memory in the TranslationFluent constructor to avoid crashes.

Needs https://github.com/godot-rust/gdext/issues/557 to be resolved.