diff --git a/SSZipArchive/SSZipArchive.m b/SSZipArchive/SSZipArchive.m index 182d5d3..841bfcf 100755 --- a/SSZipArchive/SSZipArchive.m +++ b/SSZipArchive/SSZipArchive.m @@ -249,7 +249,7 @@ NSString *const SSZipArchiveErrorDomain = @"SSZipArchiveErrorDomain"; NSInteger currentFileNumber = 0; NSError *unzippingError; do { - @autoreleasepool { //TODO: please, remove all "__has_feature(objc_arc)", because this lib does not support MRC + @autoreleasepool { if ([password length] == 0) { ret = unzOpenCurrentFile(zip); } else {