godot/modules/mono/mono_gd
Ignacio Roldán Etcheverry f88d8902cf C#: Ensure native handles are freed after switch to .NET Core
Finalizers are longer guaranteed to be called on exit now that
we switched to .NET Core. This results in native instances leaking.

The only solution I can think of so far is to keep a list of all
instances alive to dispose when the AssemblyLoadContext.Unloading
event is raised.
2022-08-22 03:36:51 +02:00
..
support C#: Restructure code prior move to .NET Core 2022-08-22 03:35:59 +02:00
android_mono_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono.cpp C#: Ensure native handles are freed after switch to .NET Core 2022-08-22 03:36:51 +02:00
gd_mono.h C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
gd_mono_cache.cpp C#: Ensure native handles are freed after switch to .NET Core 2022-08-22 03:36:51 +02:00
gd_mono_cache.h C#: Ensure native handles are freed after switch to .NET Core 2022-08-22 03:36:51 +02:00