fix a coredump
This commit is contained in:
parent
3f9009f3fa
commit
c4f41c6d31
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue