mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07: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();
|
createTrayActions();
|
||||||
createTrayIcon();
|
createTrayIcon();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
serverShutdownMessageBox = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
MainWindow::~MainWindow()
|
MainWindow::~MainWindow()
|
||||||
|
|||||||
Reference in New Issue
Block a user