[TD-2932]

[TD-2932]<fix>: fix crash during cancel query at client side.
This commit is contained in:
haojun Liao 2021-02-04 15:59:51 +08:00 committed by GitHub
parent 4e2e7596cb
commit 7a3c69c238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2450,7 +2450,6 @@ static void tscRetrieveFromDnodeCallBack(void *param, TAOS_RES *tres, int numOfR
SRetrieveSupport *trsupport = (SRetrieveSupport *)param;
if (pSql->param == NULL || param == NULL) {
tscDebug("%p already freed in dnodecallback", pSql);
assert(pSql->res.code == TSDB_CODE_TSC_QUERY_CANCELLED);
return;
}