Merge remote-tracking branch 'origin/Ghidra_11.3'

This commit is contained in:
Ryan Kurtz 2025-01-08 17:10:31 -05:00
commit 502eea1c22

View file

@ -302,6 +302,7 @@ public abstract class AbstractQueryTableModel<T> extends ThreadedTableModel<T, T
@Override
protected void doLoad(Accumulator<T> accumulator, TaskMonitor monitor)
throws CancelledException {
Trace trace = this.trace;
if (trace == null || query == null || trace.getObjectManager().getRootSchema() == null) {
return;
}