Closed codeflying closed 8 months ago
fix: memory leak in method -[OSSUtil sha1WithFilePath] In while loop, malloc a digest but not use it or free it.
fix: NSFileHandle not call -[NSFileHandle closeFile] after use
All committers have signed the CLA.
fix https://github.com/aliyun/aliyun-oss-ios-sdk/commit/455a760e9671943f99ff51173e0a5bdf5fc028c3
fix: memory leak in method -[OSSUtil sha1WithFilePath] In while loop, malloc a digest but not use it or free it.
fix: NSFileHandle not call -[NSFileHandle closeFile] after use