fix mem leak

This commit is contained in:
yihaoDeng 2024-08-08 14:13:26 +08:00
parent 43f191511d
commit eafdaac3e5
1 changed files with 1 additions and 1 deletions

View File

@ -2228,7 +2228,7 @@ static FORCE_INLINE void destroyCmsgAndAhandle(void* param) {
} }
if (pMsg->msg.info.handle !=0) { if (pMsg->msg.info.handle !=0) {
transRemoveExHandle(transGetRefMgt(), (int64_t)pMsg->msg.info.handle); (void)transRemoveExHandle(transGetRefMgt(), (int64_t)pMsg->msg.info.handle);
} }
transDestroyConnCtx(pMsg->ctx); transDestroyConnCtx(pMsg->ctx);