mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Fix disabling of content viewers due to faulty DataResultPanel.close
This commit is contained in:
parent
90c04012b3
commit
ca80daf005
@ -341,6 +341,7 @@ public class DataResultPanel extends javax.swing.JPanel implements DataResult, C
|
|||||||
|
|
||||||
if (null != explorerManager && null != emNodeSelectionListener) {
|
if (null != explorerManager && null != emNodeSelectionListener) {
|
||||||
explorerManager.removePropertyChangeListener(emNodeSelectionListener);
|
explorerManager.removePropertyChangeListener(emNodeSelectionListener);
|
||||||
|
explorerManager = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// clear all set nodes
|
// clear all set nodes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user