Fix qt: Avoid shutdownwindow-related memory leak
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user