1
0
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:
Bojidar Marinov
2019-07-02 17:23:54 +03:00
parent 4cb0887660
commit f7dad789e9
11 changed files with 33 additions and 17 deletions

View File

@@ -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 */