From f35c8b9e376a4aa75537ecffe99377d5d25a3eb0 Mon Sep 17 00:00:00 2001 From: Dan <46821332+nsadeveloper789@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:26:05 -0500 Subject: [PATCH] GP-2991: Clean up static marker on cloned listing closure --- .../plugin/core/debug/gui/listing/DebuggerListingProvider.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/listing/DebuggerListingProvider.java b/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/listing/DebuggerListingProvider.java index 4e28d97e85..b12fbdd06e 100644 --- a/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/listing/DebuggerListingProvider.java +++ b/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/listing/DebuggerListingProvider.java @@ -1050,6 +1050,7 @@ public class DebuggerListingProvider extends CodeViewerProvider { consoleService.removeResolutionAction(actionOpenProgram); } } + removeOldStaticTrackingMarker(); } protected DebuggerCoordinates adjustCoordinates(DebuggerCoordinates coordinates) {