correct static error, deference a null pointer

This commit is contained in:
fang 2019-12-07 15:02:24 +08:00
parent 90b9967d6e
commit a42cf81e86
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ static void tscProcessAsyncRetrieveImpl(void *param, TAOS_RES *tres, int numOfRo
SSqlObj *pSql = (SSqlObj *)tres;
if (pSql == NULL) { // error
tscError("sql object is NULL");
tscQueueAsyncError(pSql->fetchFp, param); // fang pSql==NULL
return;
}