We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When MA_ERROR occurs while loading a file (e.g. unsupported file format), Python crashes with a message like free(): double free detected in tcache 2.
MA_ERROR
free(): double free detected in tcache 2
My initial guess is that ma_decoder_uninit is not meant to be called when ma_decoder_init_file returns MA_ERROR, but it still is.
ma_decoder_uninit
ma_decoder_init_file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
MA_ERROR
occurs while loading a file (e.g. unsupported file format), Python crashes with a message likefree(): double free detected in tcache 2
.My initial guess is that
ma_decoder_uninit
is not meant to be called whenma_decoder_init_file
returnsMA_ERROR
, but it still is.The text was updated successfully, but these errors were encountered: