diff --git a/mozilla/extensions/python/xpcom/file.py b/mozilla/extensions/python/xpcom/file.py index 5e92c25dc4c..41bad2b57e4 100644 --- a/mozilla/extensions/python/xpcom/file.py +++ b/mozilla/extensions/python/xpcom/file.py @@ -131,7 +131,6 @@ class _File: self.outputStream.close() self.outputStream = None self.channel = None - # leave self.fileInst alone - it should be available after close. finally: self._release()