Merge pull request #12371 from unknownbrackets/thread-detach

Avoid thread.detach(), join when needed instead
This commit is contained in:
Henrik Rydgård
2019-10-07 20:27:42 +02:00
committed by GitHub
18 changed files with 159 additions and 59 deletions
+3 -2
View File
@@ -879,11 +879,12 @@ void NativeShutdownGraphics() {
winAudioBackend = nullptr;
#endif
ShutdownWebServer();
UIBackgroundShutdown();
delete g_gameInfoCache;
g_gameInfoCache = nullptr;
UIBackgroundShutdown();
delete uiContext;
uiContext = nullptr;