fix: invalid write issue
This commit is contained in:
parent
f45f3b460f
commit
2bb7d6c799
|
@ -1132,11 +1132,6 @@ void launchAsyncQuery(SRequestObj* pRequest, SQuery* pQuery, SMetaData* pResultM
|
||||||
pRequest->body.queryFp(pRequest->body.param, pRequest, -1);
|
pRequest->body.queryFp(pRequest->body.param, pRequest, -1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO weired responding code?
|
|
||||||
if (TSDB_CODE_SUCCESS != code) {
|
|
||||||
pRequest->code = terrno;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t refreshMeta(STscObj* pTscObj, SRequestObj* pRequest) {
|
int32_t refreshMeta(STscObj* pTscObj, SRequestObj* pRequest) {
|
||||||
|
|
Loading…
Reference in New Issue