Skip to content

Commit

Permalink
Merge pull request #12657 from unknownbrackets/debugger
Browse files Browse the repository at this point in the history
Debugger: Stop remote server in full shutdown
  • Loading branch information
hrydgard authored Mar 1, 2020
2 parents 07cf86a + b37a906 commit 76e0d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UI/NativeApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,6 @@ void NativeShutdownGraphics() {
}
#endif

ShutdownWebServer();
UIBackgroundShutdown();

delete g_gameInfoCache;
Expand Down Expand Up @@ -1342,6 +1341,8 @@ void NativeShutdown() {

ILOG("NativeShutdown called");

ShutdownWebServer();

System_SendMessage("finish", "");

net::Shutdown();
Expand Down

0 comments on commit 76e0d02

Please sign in to comment.