mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
needed to close a db connection manually or we needed to wrap in try with resouces
This commit is contained in:
parent
edd63895f0
commit
57ba6b9118
@ -115,7 +115,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
|
|||||||
String dataSourceName = resultSet.getString(2);
|
String dataSourceName = resultSet.getString(2);
|
||||||
dataSourceMap.put(objectId, dataSourceName);
|
dataSourceMap.put(objectId, dataSourceName);
|
||||||
}
|
}
|
||||||
|
query.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
void addListenerToAll(ActionListener l) { //TODO double click the button
|
void addListenerToAll(ActionListener l) { //TODO double click the button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user