You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix various memory leaks and errors
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user