Fixed warnings from Xcode Analyzer

This commit is contained in:
Mr. Fahrenheit
2014-04-06 19:42:33 +08:00
committed by Erickson Pacioles
parent b4c9bde3fb
commit 1b2ec1a9ec
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -233,6 +233,10 @@
// Unable to set the permissions attribute
NSLog(@"[SSZipArchive] Failed to set attributes - whilst setting permissions");
}
#if !__has_feature(objc_arc)
[attrs release];
#endif
}
}
}