This commit is contained in:
hjliao 2019-07-19 15:41:59 +08:00
parent 961c95477c
commit b949b0ab32
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void *vnodeProcessMsgFromShell(char *msg, void *ahandle, void *thandle) {
if (pObj) {
pObj->thandle = NULL;
dTrace("QInfo:%p %s free qhandle", pObj->qhandle, __FUNCTION__);
vnodeFreeQInfo(pObj->qhandle, true);
vnodeFreeQInfoInQueue(pObj->qhandle);
pObj->qhandle = NULL;
vnodeList[pObj->vnode].shellConns--;
dTrace("vid:%d, shell connection:%d is gone, shellConns:%d", pObj->vnode, pObj->sid,