handle except

This commit is contained in:
yihaoDeng 2022-06-24 10:38:18 +08:00
parent 78be460ac3
commit 3795ff37ad
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ static void cliReleaseUnfinishedMsg(SCliConn* conn) {
if (status != ConnInPool) { \
addConnToPool(((SCliThrd*)conn->hostThrd)->pool, conn); \
} \
transRemoveExHandle(refMgt, conn->refId); \
return; \
} \
} while (0)