ChavezChen / CWLateralSlide

One line of code to integrate 0 coupling side drawer!一行代码集成0耦合侧滑抽屉!
MIT License
1.28k stars 201 forks source link

有没有考虑到imageNamed 这个方法缓存了图片 导致侧栏释放发生内存泄漏 #13

Closed TuDoudong closed 6 years ago

TuDoudong commented 6 years ago

我这边检测到我一个property button 设置的图片 发生内存泄漏

ChavezChen commented 6 years ago

这个方法虽然在内存中自动缓存了解压后的图片,但是不会发生内存泄露,缓存的策略是没有公开的,但是在内存吃紧的情况下,系统会自动释放掉对应的缓存的

TuDoudong commented 6 years ago

用了 腾讯的MLeaksFinder 发现会有释放延迟的情况 过了一会才Dealloc

ChavezChen commented 6 years ago

Dealloc 走了就没有内存泄露哦。。MLeaksFinder 这个内存泄露 会弹框提示的撒