microsoft/WinUI-3-Demos

Repeated navigation in the cpp project continues to increase memory usage

msys5 opened this issue · 0 comments

msys5 commented

In the cpp project, when I click on "Book Flight" from the left NavigationView and repeat the navigation, the memory usage keeps increasing.
Even if I set "CacheSize=0" in MainContentFrame of ShellPage.xaml, the result does not change.
I think there is a memory leak somewhere.
image