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: address untracked_writes memory leak #15694

Merged
merged 4 commits into from
Apr 6, 2025
Merged

Conversation

trueadm
Copy link
Contributor

@trueadm trueadm commented Apr 5, 2025

Fixes #15690. During process_effects we always set the active_reaction to be that of the effect which means that we were missing a guard for checking if that was the case.

Copy link

changeset-bot bot commented Apr 5, 2025

🦋 Changeset detected

Latest commit: 55e8b12

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
svelte Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Apr 5, 2025

Playground

pnpm add https://pkg.pr.new/svelte@15694

@trueadm trueadm merged commit 3d0bc34 into main Apr 6, 2025
13 checks passed
@trueadm trueadm deleted the fix-untracked-writes-leak branch April 6, 2025 11:32
@github-actions github-actions bot mentioned this pull request Apr 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible memory leak in Svelte 5.25.6
2 participants