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
In Project5, I used share_ptr for dynamic array memory management.
However,I used it in a wrong way which can make memory leak. For detailed infomation and examples, see the comments later.
Project5 中我用share_ptr管理动态数组的内存,但是用法是错的,会导致内存泄漏,详情见下文。
The text was updated successfully, but these errors were encountered:
2catycm
No branches or pull requests
In Project5, I used share_ptr for dynamic array memory management.
However,I used it in a wrong way which can make memory leak.
For detailed infomation and examples, see the comments later.
Project5 中我用share_ptr管理动态数组的内存,但是用法是错的,会导致内存泄漏,详情见下文。
The text was updated successfully, but these errors were encountered: