Skip to content
Commit 8be8fe5b authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Fix preview of nested archives

The assumption that a PreviewJob can remove its temp dir when it's done (commit 41b25127)
was wrong, at least with nested archives.
If we remove the extracted file too soon, there is no way to preview a nested archive or,
worse, a "double-nested" archive.

This patch just delays the cleanup to the Part destructor.

Differential Revision: D2265
parent 57854537
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment