Skip to content
  • Elvis Angelaccio's avatar
    Fix preview of nested archives · 8be8fe5b
    Elvis Angelaccio authored
    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
    8be8fe5b