eslint-plugin-ember icon indicating copy to clipboard operation
eslint-plugin-ember copied to clipboard

[NEW RULE] avoid-leaking-callbacks-in-ember-objects

Open rajasegar opened this issue 6 years ago • 2 comments

Fixes #423 Added new rule and tests to avoid callback memory leaks Callback leaks are memory leaks that occur due to state being caught in a callback function that is never released from memory.

Read more on callback leaks here

rajasegar avatar May 25 '19 01:05 rajasegar

@bmish Thanks for reviewing, addressed the comments in the latest changes

rajasegar avatar Jun 03 '19 08:06 rajasegar

@bmish Addressed the review comments, please check and let me know

rajasegar avatar Jun 04 '19 07:06 rajasegar