mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #4637 from APriestman/restoreClearingPortableCase
Portable Case - clear out the artifact caches and set the case to null.
This commit is contained in:
commit
b91cdd4c98
@ -708,15 +708,19 @@ public class CreatePortableCaseModule implements GeneralReportModule {
|
|||||||
oldIdToNewContent.clear();
|
oldIdToNewContent.clear();
|
||||||
newIdToContent.clear();
|
newIdToContent.clear();
|
||||||
oldTagNameToNewTagName.clear();
|
oldTagNameToNewTagName.clear();
|
||||||
|
oldArtTypeIdToNewArtTypeId.clear();
|
||||||
|
oldAttrTypeIdToNewAttrType.clear();
|
||||||
|
oldArtifactIdToNewArtifact.clear();
|
||||||
|
|
||||||
currentCase = null;
|
currentCase = null;
|
||||||
if (portableSkCase != null) {
|
if (portableSkCase != null) {
|
||||||
portableSkCase.close();
|
portableSkCase.close();
|
||||||
|
portableSkCase = null;
|
||||||
}
|
}
|
||||||
caseFolder = null;
|
caseFolder = null;
|
||||||
copiedFilesFolder = null;
|
copiedFilesFolder = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public JPanel getConfigurationPanel() {
|
public JPanel getConfigurationPanel() {
|
||||||
configPanel = new CreatePortableCasePanel();
|
configPanel = new CreatePortableCasePanel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user