mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +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) {
|
||||
postArtifacts(artifacts);
|
||||
artifacts.clear();
|
||||
}
|
||||
String query = makeQuery(createVHD, vhdFilename, fileMetaAddressStr, parentPath, filename);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user