mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-17 07:22:01 -08:00
Fixed server shutdown crash
`serverShutdownMessageBox` was not assigned to 0 in the ctor.
This commit is contained in:
@@ -430,6 +430,8 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
createTrayActions();
|
||||
createTrayIcon();
|
||||
}
|
||||
|
||||
serverShutdownMessageBox = 0;
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
|
||||
Reference in New Issue
Block a user