mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
fixed uninitialized memory read
This commit is contained in:
parent
4e66455ac0
commit
37074d81ff
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ GxsGroupFrameDialog::GxsGroupFrameDialog(RsGxsIfaceHelper *ifaceImpl, QWidget *p
|
||||||
ui = new Ui::GxsGroupFrameDialog();
|
ui = new Ui::GxsGroupFrameDialog();
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
|
mShouldUpdateMessageSummaryList = true;
|
||||||
mInitialized = false;
|
mInitialized = false;
|
||||||
mDistSyncAllowed = allow_dist_sync;
|
mDistSyncAllowed = allow_dist_sync;
|
||||||
mInFill = false;
|
mInFill = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue