mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 14:12:33 -07:00
qt/configuration: Use deleteLater
This commit is contained in:
@@ -49,7 +49,7 @@ void ConfigureAudio::Setup(const ConfigurationShared::Builder& builder) {
|
||||
continue;
|
||||
}
|
||||
if (!widget->Valid()) {
|
||||
delete widget;
|
||||
widget->deleteLater();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user