[td-225] destory qhandle.
This commit is contained in:
parent
8b9cc4da1e
commit
b472a55383
|
@ -236,6 +236,7 @@ static int32_t vnodeProcessFetchMsg(SVnodeObj *pVnode, SReadMsg *pReadMsg) {
|
|||
freeHandle = false;
|
||||
} else {
|
||||
qKillQuery(*handle);
|
||||
qDestroyQueryInfo(*handle);
|
||||
freeHandle = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue