fixing segfault at exit

This commit is contained in:
Kbz-8
2024-10-27 21:18:22 +01:00
parent 1721632a75
commit 77240013a4
4 changed files with 9 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ namespace mlx
window.reset();
}
m_font_registry.Reset();
p_render_core.reset();
p_sdl_manager.reset();
#ifdef PROFILER