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
InitOutBuffer方法中m_out_buffer数组申请的内存空间没有及时释放,导致内存泄漏,需要判断m_out_buffer[0]是否为空,如果不为空,先释放之前的已经申请过的,否则会导致内存泄漏
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
InitOutBuffer方法中m_out_buffer数组申请的内存空间没有及时释放,导致内存泄漏,需要判断m_out_buffer[0]是否为空,如果不为空,先释放之前的已经申请过的,否则会导致内存泄漏
The text was updated successfully, but these errors were encountered: