fixed uninitialized memory read

This commit is contained in:
csoler 2020-04-09 22:56:59 +02:00
parent 4e66455ac0
commit 37074d81ff
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -76,6 +76,7 @@ GxsGroupFrameDialog::GxsGroupFrameDialog(RsGxsIfaceHelper *ifaceImpl, QWidget *p
ui = new Ui::GxsGroupFrameDialog();
ui->setupUi(this);
mShouldUpdateMessageSummaryList = true;
mInitialized = false;
mDistSyncAllowed = allow_dist_sync;
mInFill = false;