mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Avoid crashes when engine leaks canvas items and friends
This commit is contained in:
parent
3ce73e5d41
commit
34ecfff672
5 changed files with 33 additions and 4 deletions
|
@ -214,6 +214,7 @@ void RenderingServerDefault::_finish() {
|
|||
free(test_cube);
|
||||
}
|
||||
|
||||
RSG::canvas->finalize();
|
||||
RSG::rasterizer->finalize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue