mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
5657 move call to clear cache when closing
This commit is contained in:
parent
4cf950ccf8
commit
824e56be72
@ -153,7 +153,6 @@ final class DiscoveryTopComponent extends TopComponent {
|
||||
@Override
|
||||
protected void componentClosed() {
|
||||
fileSearchPanel.cancelSearch();
|
||||
FileSearch.clearCache();
|
||||
DiscoveryEvents.getDiscoveryEventBus().unregister(fileSearchPanel);
|
||||
DiscoveryEvents.getDiscoveryEventBus().unregister(groupListPanel);
|
||||
DiscoveryEvents.getDiscoveryEventBus().unregister(resultsPanel);
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
package org.sleuthkit.autopsy.filequery;
|
||||
|
||||
import java.awt.Cursor;
|
||||
import java.util.LinkedHashMap;
|
||||
import javax.swing.SwingWorker;
|
||||
import java.util.List;
|
||||
|
Loading…
x
Reference in New Issue
Block a user