mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix crash
Signed-off-by: Ice Yeti <101294194+IceYetiWins@users.noreply.github.com>
This commit is contained in:
parent
08d9e57d96
commit
a31be08606
1 changed files with 3 additions and 3 deletions
|
|
@ -898,10 +898,10 @@ void MainWindow::toggleAllWorldsScreen(bool toggled)
|
|||
|
||||
allWorldsList->stopWatching();
|
||||
|
||||
delete allWorldsList;
|
||||
allWorldsList = nullptr;
|
||||
delete allWorldsPage;
|
||||
allWorldsPage->deleteLater();
|
||||
allWorldsPage = nullptr;
|
||||
allWorldsList->deleteLater();
|
||||
allWorldsList = nullptr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue