Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Fix memory leak with GroupedItemTemplateCollection #23386

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Foda
Copy link
Member

@Foda Foda commented Jul 1, 2024

Description of Change

Fix missing event cleanup in GroupedItemTemplateCollection to match the cleanup pattern in ObservableItemTemplateCollection. This fixed a minor memory leak with grouped item collections on Windows

Issues Fixed

Fixes #22954

@Foda Foda added platform/windows 🪟 area-controls-collectionview CollectionView, CarouselView, IndicatorView labels Jul 1, 2024
@Foda Foda requested a review from a team as a code owner July 1, 2024 16:48
@Foda Foda requested a review from mattleibow July 1, 2024 16:48
@Foda
Copy link
Member Author

Foda commented Jul 10, 2024

/rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/windows 🪟
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Windows] GroupedItemTemplateCollection CollectionChanged event not unsubscribed, causes memory leak.
2 participants