fighting the crash everywhere: random crash at random location. Changing

computer might be better idea than changing the code indefinitely...
This commit is contained in:
brunoherbelin
2020-08-15 18:05:18 +02:00
parent 44b9169cdc
commit 0e2af5b04f
10 changed files with 80 additions and 34 deletions

View File

@@ -438,6 +438,7 @@ Scene::Scene()
Scene::~Scene()
{
clear();
// bg and fg are deleted as children of root
delete root_;
}