nmetulev / comet

Universal Windows Platform (UWP) toolkit library. Contains controls for creating great user experiences for Universal Windows Applications
MIT License
59 stars 12 forks source link

Memory leak fix + memleak tracker #5

Closed wagonli closed 8 years ago

wagonli commented 8 years ago

I saw that you already made the fix but i'm still issuing the pull request because I added a memory leak tracker (I always use that to track object lifespan when trying to investigate memory issues).

You can also get rid of "manipulating" flag, the inhibition of the CompositeTarget.Rendering code is now implicit by the event subscription / unsubscription.

nmetulev commented 8 years ago

Great, thanks. I'll play with it once I get a chance and merge.