mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
375 stars 57 forks source link

Memory Leak in DrawerView.scrollToPosition #24

Open skhillon opened 4 years ago

skhillon commented 4 years ago

This hasn't produced a crash for me, but I thought you'd like to know anyway in case someone else does run into a related bug. I found this while profiling my own app. Let me know if you need any more info!

Version

Installed using pod 'DrawerView', '~> 1.3.1'

Profiler Screenshot

Screen Shot 2020-02-11 at 5 41 01 PM

Identified Line

Screen Shot 2020-02-11 at 5 43 01 PM
mkko commented 8 months ago

Hi! Hey I'm revisiting old issues I didn't have time to look into. Was the issue some cycle due to completion handlers?