diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java index e63d906097..c46a933d80 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java @@ -115,7 +115,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel { String dataSourceName = resultSet.getString(2); dataSourceMap.put(objectId, dataSourceName); } - + query.close(); } void addListenerToAll(ActionListener l) { //TODO double click the button