How to found a cause of memory leak at Windows Phone 8.1 Xaml app?

Viewed 207

I have found a memory leak in my app and try to fix it. But unfortunately I can't find a cause of the leak. Please see to the screenshot, I got it by the visual studio profiler. I don't see any path to root, but a TracksViewModel alive!

How can I find a cause of the leak?

enter image description here

1 Answers
Related