提交 c4f41c6d 编写于 作者: H Hongze Cheng

fix a coredump

上级 3f9009f3
...@@ -129,10 +129,10 @@ int32_t vnodePreProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg) { ...@@ -129,10 +129,10 @@ int32_t vnodePreProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg) {
} }
tEndDecode(&dc); tEndDecode(&dc);
tDecoderClear(&dc);
} }
tEndDecode(&dc); tEndDecode(&dc);
tDecoderClear(&dc);
} break; } break;
case TDMT_VND_DELETE: { case TDMT_VND_DELETE: {
int32_t size; int32_t size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册