Fixed warnings from Xcode Analyzer
This commit is contained in:
committed by
Erickson Pacioles
parent
b4c9bde3fb
commit
1b2ec1a9ec
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user