Apply Decode As induced protocol preference changes

Make sure that pending protocol preference changes caused by Decode
As have been fully applied before redissection. Prevents referencing
already freed memory Closes #16787. Also close #10305
This commit is contained in:
John Thacker 2020-08-18 17:12:22 -04:00
parent 4f61542fc3
commit 847d3949c9
1 changed files with 1 additions and 0 deletions

View File

@ -810,6 +810,7 @@ void DecodeAsModel::applyChanges()
}
}
}
prefs_apply_all();
}
/* * Editor modelines