Fix qt: Avoid shutdownwindow-related memory leak

This commit is contained in:
lateminer
2018-09-30 19:32:37 +03:00
parent e9c62ea15a
commit f73b73845e

View File

@@ -430,9 +430,6 @@ void BitcoinApplication::requestShutdown()
delete clientModel;
clientModel = 0;
// Show a simple window indicating shutdown status
ShutdownWindow::showShutdownWindow(window);
// Request shutdown from core thread
Q_EMIT requestedShutdown();
}