-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
【Hackathon 6th Fundable Projects 2 No.19】cppcoreguidelines-no-malloc-final #63752
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that 9844a3b's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
Sorry to inform you that ae6e00e's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
…final (PaddlePaddle#63752) * no-malloc fix * minor changes * minor changes * minor changes * minor changes * interface value update * minor changes * linter * capi fix * restore * minor changes * format * minor changes * Update interface_value.h * Update interface_value.h
PR Category
Others
PR Types
Bug fixes
Description
修复了 C 风格的 malloc、free 的共计 23 个错误。该问题共 27 处,还有 4 处涉及到函数参数是指针,在函数内或跨函数释放的情况:
相关链接:
#54073