Deleting project/pages/usercontrols from memory

前端 未结 3 1326
滥情空心
滥情空心 2021-02-18 16:10

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:

Remove Pages wind

3条回答
  •  别跟我提以往
    2021-02-18 16:32

    Find all disposable graphics/IO, make sure that disposed them, (after you finished to use them).
    The all such objects inheriting from IDispose interface.

提交回复
热议问题