未验证 提交 2e628dc0 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #15005 from taosdata/fix/TD-17469

fix: destroy rsp.pArray after encoding
......@@ -689,6 +689,7 @@ _exit:
tEncoderInit(&encoder, pRsp->pCont, pRsp->contLen);
tEncodeSVDropTbBatchRsp(&encoder, &rsp);
tEncoderClear(&encoder);
taosArrayDestroy(rsp.pArray);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册