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

a_decoder.cpp内存泄漏问题 #27

Open
AlicLee opened this issue Oct 14, 2022 · 2 comments
Open

a_decoder.cpp内存泄漏问题 #27

AlicLee opened this issue Oct 14, 2022 · 2 comments

Comments

@AlicLee
Copy link

AlicLee commented Oct 14, 2022

InitOutBuffer方法中m_out_buffer数组申请的内存空间没有及时释放,导致内存泄漏,需要判断m_out_buffer[0]是否为空,如果不为空,先释放之前的已经申请过的,否则会导致内存泄漏

@ChenLittlePing
Copy link
Owner

ChenLittlePing commented Oct 14, 2022 via email

@LianJ333
Copy link

LianJ333 commented Oct 14, 2022 via email

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

3 participants