fix a coredump

This commit is contained in:
Hongze Cheng 2022-12-06 17:08:07 +08:00
parent 3f9009f3fa
commit c4f41c6d31
1 changed files with 1 additions and 1 deletions

View File

@ -129,10 +129,10 @@ int32_t vnodePreProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg) {
}
tEndDecode(&dc);
tDecoderClear(&dc);
}
tEndDecode(&dc);
tDecoderClear(&dc);
} break;
case TDMT_VND_DELETE: {
int32_t size;