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