mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
ui/updater: Always initialize members to zero
This commit is contained in:
parent
0ad6b84077
commit
e6cef83588
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ void streamfx::ui::updater_dialog::on_cancel()
|
|||
}
|
||||
|
||||
streamfx::ui::updater::updater(QMenu* menu)
|
||||
: _updater(), _dialog(nullptr), _gdpr(nullptr), _cfu(nullptr), _cfu_auto(nullptr), _channel(nullptr),
|
||||
_channel_menu(nullptr), _channel_stable(nullptr), _channel_preview(nullptr), _channel_group(nullptr)
|
||||
{
|
||||
// Create dialog.
|
||||
_dialog = new updater_dialog();
|
||||
|
|
Loading…
Reference in a new issue