Skip to content

threadtree: ensure frame snapshot registry cleanup after thread exit#20

Open
kendriu wants to merge 1 commit intovast-data:vastfrom
kendriu:memory_leak
Open

threadtree: ensure frame snapshot registry cleanup after thread exit#20
kendriu wants to merge 1 commit intovast-data:vastfrom
kendriu:memory_leak

Conversation

@kendriu
Copy link

@kendriu kendriu commented Feb 12, 2026

previously, frame snapshots connecting parent and child threads were not fully removed when threads exited, leading to potential memory leaks and incorrect state tracking. this change ensures all relevant snapshots are cleaned up, including cases where a thread acts as a parent for others. the test verifies that the registry is empty after threads finish

previously, frame snapshots connecting parent and child threads were not
fully removed when threads exited, leading to potential memory leaks and
incorrect state tracking. this change ensures all relevant snapshots are
cleaned up, including cases where a thread acts as a parent for others.
the test verifies that the registry is empty after threads finish
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.

1 participant