diff --git a/src/PIL/PngImagePlugin.py b/src/PIL/PngImagePlugin.py index 51e5ad768..2da44140c 100644 --- a/src/PIL/PngImagePlugin.py +++ b/src/PIL/PngImagePlugin.py @@ -121,7 +121,7 @@ class ChunkStream(object): self.close() def close(self): - self.queue = self.crc = self.fp = None + self.queue = self.fp = None def push(self, cid, pos, length):