Closed HugoSay closed 5 years ago
I noticed some memory leaks caused by a retain cycle in FanMenu.
Added weak references to self in order to fix this issue.
You're right 👍 I'll make the appropriate changes !
Updated with your remarks
@HugoSay, thank you for your request!
I noticed some memory leaks caused by a retain cycle in FanMenu.
Added weak references to self in order to fix this issue.