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

Memory leak on SoLoud::deinit() #324

Closed
Calorado opened this issue Aug 13, 2021 · 1 comment
Closed

Memory leak on SoLoud::deinit() #324

Calorado opened this issue Aug 13, 2021 · 1 comment

Comments

@Calorado
Copy link

In postinit_internal() it allocates memory for both mResampleData and mResampleDataOwner, but does not seem to be released on deinit(). I'm not sure if there is any other thing to be deallocated.

@jarikomppa
Copy link
Owner

mResampleData and mResampleDataOwner are freed in Soloud destructor, about the last thing that's done in cleanup.

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

No branches or pull requests

2 participants