mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
clear artifacts after posting
This commit is contained in:
parent
65827284f1
commit
a51d718645
@ -369,6 +369,7 @@ final class AddLogicalImageTask implements Runnable {
|
|||||||
}
|
}
|
||||||
if (lineNumber % POST_ARTIFACT_INTERVAL == 0) {
|
if (lineNumber % POST_ARTIFACT_INTERVAL == 0) {
|
||||||
postArtifacts(artifacts);
|
postArtifacts(artifacts);
|
||||||
|
artifacts.clear();
|
||||||
}
|
}
|
||||||
String query = makeQuery(createVHD, vhdFilename, fileMetaAddressStr, parentPath, filename);
|
String query = makeQuery(createVHD, vhdFilename, fileMetaAddressStr, parentPath, filename);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user