fix memory leak
This commit is contained in:
parent
78aea791df
commit
3f9009f3fa
|
@ -129,6 +129,7 @@ int32_t vnodePreProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg) {
|
|||
}
|
||||
|
||||
tEndDecode(&dc);
|
||||
tDecoderClear(&dc);
|
||||
}
|
||||
|
||||
tEndDecode(&dc);
|
||||
|
|
Loading…
Reference in New Issue