mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Clear out the artifact caches and set the case to null.
This commit is contained in:
parent
5d24cec81a
commit
e61f372720
@ -708,14 +708,18 @@ public class CreatePortableCaseModule implements GeneralReportModule {
|
||||
oldIdToNewContent.clear();
|
||||
newIdToContent.clear();
|
||||
oldTagNameToNewTagName.clear();
|
||||
oldArtTypeIdToNewArtTypeId.clear();
|
||||
oldAttrTypeIdToNewAttrType.clear();
|
||||
oldArtifactIdToNewArtifact.clear();
|
||||
|
||||
currentCase = null;
|
||||
if (portableSkCase != null) {
|
||||
portableSkCase.close();
|
||||
portableSkCase = null;
|
||||
}
|
||||
caseFolder = null;
|
||||
copiedFilesFolder = null;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public JPanel getConfigurationPanel() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user