Skip to content

fix: memory leak in sticky scroll#271102

Merged
bpasero merged 2 commits intomicrosoft:mainfrom
SimonSiefke:fix/memory-leak-sticky-scroll
Oct 14, 2025
Merged

fix: memory leak in sticky scroll#271102
bpasero merged 2 commits intomicrosoft:mainfrom
SimonSiefke:fix/memory-leak-sticky-scroll

Conversation

@SimonSiefke
Copy link
Contributor

@SimonSiefke SimonSiefke commented Oct 13, 2025

Before

When scrolling in the editor 37 times, additional folding listeners are created:

scroll

After

When scrolling in the editor 37 times, no more additional folding listeners are created:

editor scroll

@bpasero bpasero added this to the October 2025 milestone Oct 14, 2025
@bpasero bpasero merged commit a2067fe into microsoft:main Oct 14, 2025
17 checks passed
pwang347 pushed a commit that referenced this pull request Oct 14, 2025
* fix: memory leak in sticky scroll

* simplify

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Nov 28, 2025
@SimonSiefke SimonSiefke deleted the fix/memory-leak-sticky-scroll branch January 15, 2026 15:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

5 participants