polymer-redux icon indicating copy to clipboard operation
polymer-redux copied to clipboard

`releaseFromReduxStore` doesn't release Element references for GC

Open craPkit opened this issue 5 years ago • 0 comments

While releaseFromReduxStore does unsubscribe disconnected elements from the store properly, a reference to the element is still retained as the corresponding key for the registry map. This causes a memory leak.

Branch: dev/v2.x

craPkit avatar May 14 '19 12:05 craPkit