Skip to content

Commit

Permalink
Release password when close
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Jun 21, 2020
1 parent 2126f35 commit 7a1e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py7zr/py7zr.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def _is_solid(self):
def _var_release(self):
self._dict = None
self.files = None
self.folder = None
self.password = None
self.header = None
self.worker = None
self.sig_header = None
Expand Down

0 comments on commit 7a1e23f

Please sign in to comment.