-
Notifications
You must be signed in to change notification settings - Fork 364
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
Memory leaks in Alsa backend #928
Comments
Looking a bit further into this I realized it is an issue with alsa-rs itself. I opened an issue there. |
Issue is fixed in alsa-rs - |
Thanks for looking into this, and the update on it! Doesn't the fix in diwic/alsa-rs@e560e9d suggest that |
Oh yeah, fair - sorry completely my bad (my PR is the one that fixed it automatically 😅) We should either assume a reasonable default or allow the user to free the global config on demand |
I am finding quite a lot of memory leaks when using Alsa, both on master and 0.15.3.
This can be seen in some of the examples, for example
feedback
.Seems to be the same as this:
jarikomppa/soloud#278
The text was updated successfully, but these errors were encountered: