MugunthKumar / MKNetworkKit

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices
http://mk.sg/8w
3.06k stars 754 forks source link

MKNetworkOperation memory leak #366

Open yuanjiong199 opened 11 years ago

yuanjiong199 commented 11 years ago

I enabled the project to use ARC MKNetworkKit to download pictures, Found MKNetworkOperation class there is a serious memory leak, It seems more than one class, This situation also exists another class,Please fix this problem. thanks!

yas375 commented 11 years ago

Did you use Cocoapods to add MKNetworkKit to your project? I suppose the problem in adding MKNetworkKit to your project...

yuanjiong199 commented 11 years ago

I did not use Cocoapods put MKNetworkKit added to my project, I use "myProject" -> "Add files to 'myProject'"

tonisalae commented 11 years ago

I'm also experiencing an unbounded growing of memory. I have also profiled the example project with instruments and I'm seeing exactly the same problem.

A lot of memory is not released on the flicker example when you come back to the home menu.

I have also forced a memory warning on the simulator but the memory is not released.

qiaoyan commented 11 years ago

same happened in my project, I use Cocoapods version 0.25.0