UI: Fix use-after-free in properties view

This commit is contained in:
Richard Stanway 2022-08-16 23:45:00 +02:00 committed by Jim
parent 6494d46111
commit abedc7d08b

View file

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