mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
840 stars 260 forks source link

fix _progressBlock not released before [super dealloc] #89

Open zsading opened 5 years ago

zsading commented 5 years ago

when you run Xcode analyze,Xcode will tell you

The '_progressBlock' ivar in 'ZipArchive' was copied by a synthesized property but not released before '[super dealloc]'

and this commit will fix it