mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Don't reassign crc on close
This commit is contained in:
parent
d4604bb62b
commit
3ebc0f2455
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user