fix invalid read after query

This commit is contained in:
Hongze Cheng 2020-06-30 16:11:14 +08:00
parent 6059e60862
commit 12346fc4c3
1 changed files with 0 additions and 1 deletions

View File

@ -188,6 +188,5 @@ static int32_t vnodeProcessFetchMsg(SVnodeObj *pVnode, SReadMsg *pReadMsg) {
}
}
vDebug("vgId:%d, QInfo:%p, retrieve msg is disposed", pVnode->vgId, pQInfo);
return code;
}