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
No known key found for this signature in database
GPG key ID: 4D546A8F1E091856
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 */