UI: Fix use-after-free in properties view

master
Richard Stanway 2022-08-16 23:45:00 +02:00 committed by Jim
parent 6494d46111
commit abedc7d08b
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ public:
update_timer->stop();
QMetaObject::invokeMethod(update_timer, "timeout");
update_timer->deleteLater();
obs_data_release(old_settings_cache);
}
}