I have made a windows phone app, that unfortunately has some memory leak, because pages are not removed correctly. This was solved by using the answer:
Find all disposable graphics/IO, make sure that disposed them, (after you finished to use them).
The all such objects inheriting from IDispose interface.