mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-2824_dev747368_fix_spurious_string_is_filtered_out_warnings'
This commit is contained in:
@@ -132,6 +132,7 @@ class ViewStringsTableModel extends AddressBasedTableModel<ProgramLocation> {
|
||||
ProgramLocation progLoc = rowsIndexedByAddress.get(addr);
|
||||
if (progLoc != null) {
|
||||
removeObject(progLoc);
|
||||
rowsIndexedByAddress.remove(addr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user