invalid destroy
This commit is contained in:
parent
0555cf4b1e
commit
178b3dd5aa
|
@ -276,8 +276,6 @@ char* buildCreateStbReq(SCreateTableSql* pCreateTableSql, int32_t* len, SParseCo
|
||||||
|
|
||||||
void* buf = req;
|
void* buf = req;
|
||||||
tSerializeSMCreateStbReq(&buf, &createReq);
|
tSerializeSMCreateStbReq(&buf, &createReq);
|
||||||
taosArrayDestroy(createReq.pColumns);
|
|
||||||
taosArrayDestroy(createReq.pTags);
|
|
||||||
*len = tlen;
|
*len = tlen;
|
||||||
return req;
|
return req;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue