-
Notifications
You must be signed in to change notification settings - Fork 790
Closed
Labels
area-C++/WinRTIssues related with C++/WinRT experienceIssues related with C++/WinRT experiencearea-ExternalNot owned by the WinUI team, not actionable in this repository.Not owned by the WinUI team, not actionable in this repository.questionteam-MarkupIssue for the Markup teamIssue for the Markup team
Description
I have implemented a WinRT Component and created an App (Universal Windows Blank App) for testing.
I would like to call _CrtDumpMemoryLeaks to check for memory leaks but since the startup code is generated I cannot put it in wWinMain. I also tried the App destructor but the destructor isn't called.
What would be the proper place for this?
Metadata
Metadata
Assignees
Labels
area-C++/WinRTIssues related with C++/WinRT experienceIssues related with C++/WinRT experiencearea-ExternalNot owned by the WinUI team, not actionable in this repository.Not owned by the WinUI team, not actionable in this repository.questionteam-MarkupIssue for the Markup teamIssue for the Markup team