exyte / fan-menu

Menu with a circular layout based on Macaw
MIT License
728 stars 58 forks source link

Fix memory leak #34

Closed HugoSay closed 5 years ago

HugoSay commented 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.

HugoSay commented 5 years ago

You're right 👍 I'll make the appropriate changes !

HugoSay commented 5 years ago

Updated with your remarks

amarunko commented 5 years ago

@HugoSay, thank you for your request!