Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMemory issue: Leaking `ImageFragmentInfo` #25928
Open
Labels
Comments
|
After pressing Ctrl+R:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a simple
<img>,ImageFragmentInfoare cloned/new 28 times and released 26 times. Holding the image bytes in memory.After the pipeline is destroyed, there is still 2 arcs in memory:
servo/components/layout/fragment.rs
Line 451 in e1f6dfd