aliyun / aliyun-oss-ios-sdk

iOS SDK for aliyun object storage service
Other
469 stars 321 forks source link

fix: memory leak #360

Closed codeflying closed 8 months ago

codeflying commented 1 year 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

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

huiguangjun commented 8 months ago

fix https://github.com/aliyun/aliyun-oss-ios-sdk/commit/455a760e9671943f99ff51173e0a5bdf5fc028c3