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? 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
NewAudioFrame
In frame_go112.go https://github.com/3d0c/gmf/blob/master/frame_go112.go#L210
Firstly allocate heap memory. If avcodec_fill_audio_frame() fail, the heap memory will leak:
avcodec_fill_audio_frame()
(BTW, I miss RAII in C++)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In frame_go112.go https://github.com/3d0c/gmf/blob/master/frame_go112.go#L210
Firstly allocate heap memory. If
avcodec_fill_audio_frame()
fail, the heap memory will leak:(BTW, I miss RAII in C++)
The text was updated successfully, but these errors were encountered: