fix valid free
This commit is contained in:
parent
b8e782e55f
commit
bffc70cd5a
|
@ -682,7 +682,8 @@ void cliConnCheckTimoutMsg(SCliConn* conn) {
|
|||
continue;
|
||||
} else {
|
||||
// already notify user
|
||||
destroyReqWrapper(pReq, pThrd);
|
||||
destroyReq(pReq);
|
||||
// destroyReqWrapper(pReq, pThrd);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue