Fixed a segfault on shutdown

This commit is contained in:
2018-02-21 21:02:08 -08:00
parent c17d937ee5
commit bb8f87267b
4 changed files with 41 additions and 20 deletions

View File

@@ -49,7 +49,6 @@ private:
}
};
static std::mutex container_lock;
static std::list<Gui*> renderable_container;