HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.02k stars 406 forks source link

Memory leak #79

Closed infacq closed 9 years ago

infacq commented 10 years ago

not sure how or what to inspect when it's loaded on the application. Is there any memory leak? how to ensure it being dispose?

geekjuice commented 9 years ago

To be perfectly honest, there may be memory leaks in certain edge case scenarios (but none that I have encountered thus far). If you would like to start monitoring though if Messenger may have potential memory leaks, I suggest downloading a browser that has some developer tools to help profile those issues. Personally, I suggest Google Chrome and using their Profile tool in Dev Tools. You can get started using the Profile tool here. If you do discover leaks in Messenger that we are not properly disposing, feel free to open up a new issue and we'll be sure to take a look and help out.