You've already forked godot
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:
@@ -214,6 +214,7 @@ void RenderingServerDefault::_finish() {
|
||||
free(test_cube);
|
||||
}
|
||||
|
||||
RSG::canvas->finalize();
|
||||
RSG::rasterizer->finalize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user