Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Ghidra_11.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Jan 8, 2025
2 parents 52a1550 + cbc614c commit 502eea1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -302,6 +302,7 @@ public boolean isShowHidden() {
@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;
}
Expand Down

0 comments on commit 502eea1

Please sign in to comment.