fix: inherited dc lifecycle (backport #22303)#22327
Closed
unodevops wants to merge 3 commits intorelease/stable/6.3from
Closed
fix: inherited dc lifecycle (backport #22303)#22327unodevops wants to merge 3 commits intorelease/stable/6.3from
unodevops wants to merge 3 commits intorelease/stable/6.3from
Conversation
Contributor
Author
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22327/docs/index.html |
Contributor
Author
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22327/docs/index.html |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
Author
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22327/docs/index.html |
kazo0
approved these changes
Jan 22, 2026
Contributor
Author
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22327/docs/index.html |
Contributor
Author
|
|
Contributor
|
not worth backporting without #22574 (the primary fix, this one is just supplementary/optional/nice-to-have) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Issue: closes unoplatform/add-private#44
PR Type: 🐞 Bugfix
What is the current behavior? 🤔
Orphaned visual-tree nodes can still hold inherited data-context alive causing memory leak, even if it was disconnected from the source of data-context.
What is the new behavior? 🚀
Inherited data-context will be cleared when a node is removed from its parent.
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information ℹ️
This is an automated backport of #22303