1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Avoid crashes when engine leaks canvas items and friends

This commit is contained in:
Yuri Sizov
2023-12-20 13:19:46 +01:00
parent 3ce73e5d41
commit 34ecfff672
5 changed files with 33 additions and 4 deletions

View File

@@ -214,6 +214,7 @@ void RenderingServerDefault::_finish() {
free(test_cube);
}
RSG::canvas->finalize();
RSG::rasterizer->finalize();
}