fix memory leak

This commit is contained in:
Hongze Cheng 2022-12-06 17:01:49 +08:00
parent 78aea791df
commit 3f9009f3fa
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ int32_t vnodePreProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg) {
} }
tEndDecode(&dc); tEndDecode(&dc);
tDecoderClear(&dc);
} }
tEndDecode(&dc); tEndDecode(&dc);