mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Don't reassign crc on close
This commit is contained in:
parent
aa8877ac5b
commit
db1b74198b
|
@ -189,7 +189,7 @@ class ChunkStream:
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.queue = self.crc = self.fp = None
|
self.queue = self.fp = None
|
||||||
|
|
||||||
def push(self, cid, pos, length):
|
def push(self, cid, pos, length):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user