fix valid free

This commit is contained in:
yihaoDeng 2024-09-18 14:21:58 +08:00
parent b8e782e55f
commit bffc70cd5a
1 changed files with 2 additions and 1 deletions

View File

@ -682,7 +682,8 @@ void cliConnCheckTimoutMsg(SCliConn* conn) {
continue;
} else {
// already notify user
destroyReqWrapper(pReq, pThrd);
destroyReq(pReq);
// destroyReqWrapper(pReq, pThrd);
}
}