Skip to content

fix(core): fix memory leak with event replay#66371

Merged
thePunderWoman merged 1 commit intoangular:mainfrom
thePunderWoman:event-replay-leak
Jan 7, 2026
Merged

fix(core): fix memory leak with event replay#66371
thePunderWoman merged 1 commit intoangular:mainfrom
thePunderWoman:event-replay-leak

Conversation

@thePunderWoman
Copy link
Copy Markdown
Contributor

This ensures event replay does not hold on to elements after an application has been destroyed.

fixes: #59261

Does this PR introduce a breaking change?

  • Yes
  • No

@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Jan 7, 2026
@ngbot ngbot bot added this to the Backlog milestone Jan 7, 2026
@thePunderWoman thePunderWoman marked this pull request as ready for review January 7, 2026 21:02
@thePunderWoman thePunderWoman added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Jan 7, 2026
This ensures event replay does not hold on to elements after an application has been destroyed.

fixes: angular#59261
@thePunderWoman thePunderWoman added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jan 7, 2026
@thePunderWoman thePunderWoman merged commit 30e9c62 into angular:main Jan 7, 2026
20 checks passed
@thePunderWoman
Copy link
Copy Markdown
Contributor Author

This PR was merged into the repository. The changes were merged into the following branches:

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Event replay memory leak

2 participants