mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-02 12:51:03 +00:00
Ensure we reset any android capture settings on close
* If no capture is loaded after launching a program, the capture settings can still be present and cause problems with future launches of applications depending on the Android version.
This commit is contained in:
@@ -488,6 +488,8 @@ MainWindow::~MainWindow()
|
||||
m_NetManagerThread->thread()->quit();
|
||||
m_NetManagerThread->deleteLater();
|
||||
|
||||
m_Ctx.Replay().DisconnectFromRemoteServer();
|
||||
|
||||
// explicitly delete our children here, so that the MainWindow is still alive while they are
|
||||
// closing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user