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

fix undo notebook action leak #194735

Merged
merged 1 commit into from
Oct 3, 2023
Merged

fix undo notebook action leak #194735

merged 1 commit into from
Oct 3, 2023

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Oct 3, 2023

#190503

fix a prod leak where undo-ing a cell add would remove the cell from the notebook's cell list, but it couldn't be disposed while the notebook is still alive since redo would need that cell object. So we need to register the cell that the notebook creates to be disposed along with the notebook.

@amunger amunger enabled auto-merge (rebase) October 3, 2023 17:55
@amunger amunger merged commit ef07cc9 into main Oct 3, 2023
7 checks passed
@amunger amunger deleted the aamunger/testLeaks branch October 3, 2023 18:07
@github-actions github-actions bot locked and limited conversation to collaborators Nov 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants