Merge remote-tracking branch 'origin/GP-2824_dev747368_fix_spurious_string_is_filtered_out_warnings'

This commit is contained in:
Ryan Kurtz
2022-11-10 12:52:57 -05:00

View File

@@ -132,6 +132,7 @@ class ViewStringsTableModel extends AddressBasedTableModel<ProgramLocation> {
ProgramLocation progLoc = rowsIndexedByAddress.get(addr);
if (progLoc != null) {
removeObject(progLoc);
rowsIndexedByAddress.remove(addr);
}
}