未验证 提交 f0a0c338 编写于 作者: L liu zhengxi 提交者: GitHub

remove incorrect new in c style, test=release/1.6 (#20456)

上级 46f6ec8c
......@@ -37,7 +37,7 @@ typedef struct PD_PaddleBuf PD_PaddleBuf;
typedef struct PD_AnalysisConfig PD_AnalysisConfig;
typedef struct PD_ZeroCopyData {
char* name = new char[50];
char* name;
void* data;
PD_DataType dtype;
int* shape;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册