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 'offline renderer' thread cleanup #1454

Open
wants to merge 1 commit into
base: wpe-2.38
Choose a base branch
from

Conversation

marcin-mielczarczyk-red
Copy link

@marcin-mielczarczyk-red marcin-mielczarczyk-red commented Jan 31, 2025

Offline renderer thread in most of the cases doesn't clean up its resources.
Thread should be joined on every exit, not only when rendering process is in progress.
This problem was detected during webaudio testing which revealed memory leakage.
bc53de1

Build-Tests Layout-Tests
✅ 🛠 wpe-238-amd64-build ✅ 🧪 wpe-238-amd64-layout
✅ 🛠 wpe-238-arm32-build ✅ 🧪 wpe-238-arm32-layout

Offline renderer thread in most of the cases doesn't clean up its resources.
Thread should be joined on every exit, not only when rendering process is in progress.
This problem was detected during webaudio testing which revealed memory leakage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant