Skip to content

Commit

Permalink
sepinf-inc#2299: free memory used by md5ToLocalPath
Browse files Browse the repository at this point in the history
  • Loading branch information
aberenguel committed Aug 20, 2024
1 parent a888130 commit 3fe29c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,9 @@ else if (item != null && !value.isEmpty()) {
} else if (qName.equals("targetid") && parentNode.element.equals("jumptargets")) { //$NON-NLS-1$ //$NON-NLS-2$
item.getMetadata().add(ExtraProperties.UFED_META_PREFIX + parentNode.element, chars.toString().trim());

} else if (qName.equals("taggedFiles")) { //$NON-NLS-1$
md5ToLocalPath.clear();

} else if (qName.equals("file")) { //$NON-NLS-1$
itemSeq.remove(itemSeq.size() - 1);

Expand Down

0 comments on commit 3fe29c2

Please sign in to comment.