mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix various memory leaks and errors
This commit is contained in:
parent
4cb0887660
commit
f7dad789e9
11 changed files with 33 additions and 17 deletions
|
@ -77,6 +77,8 @@ void VisualServerRaster::free(RID p_rid) {
|
|||
return;
|
||||
if (VSG::scene->free(p_rid))
|
||||
return;
|
||||
if (VSG::scene_render->free(p_rid))
|
||||
return;
|
||||
}
|
||||
|
||||
/* EVENT QUEUING */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue