make it not crash
This commit is contained in:
parent
5cee5bc447
commit
bffb92b911
|
@ -6827,7 +6827,6 @@ void tDestroySSubmitReq2(SSubmitReq2 *pReq) {
|
||||||
if (NULL == pReq) return;
|
if (NULL == pReq) return;
|
||||||
|
|
||||||
taosArrayDestroyEx(pReq->aSubmitTbData, (FDelete)destroySSubmitTbData);
|
taosArrayDestroyEx(pReq->aSubmitTbData, (FDelete)destroySSubmitTbData);
|
||||||
taosMemoryFree(pReq);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tEncodeSSubmitRsp2(SEncoder *pCoder, const SSubmitRsp2 *pRsp) {
|
int32_t tEncodeSSubmitRsp2(SEncoder *pCoder, const SSubmitRsp2 *pRsp) {
|
||||||
|
|
Loading…
Reference in New Issue