mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 16:21:48 -05:00
delete backend later
This commit is contained in:
parent
39ae7eeb0f
commit
ef1a06af27
1 changed files with 1 additions and 2 deletions
|
@ -430,8 +430,7 @@ void MainWindow::setConnectedState(bool on)
|
|||
|
||||
if (m_backend) {
|
||||
m_backend->interrupt();
|
||||
delete m_backend;
|
||||
// m_backend->deleteLater();
|
||||
m_backend->deleteLater();
|
||||
m_backend = nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue