Merge pull request #3656 from taosdata/bugfix/td-1558

[td-1558]<fix>: fd(eventpoll) leaks
This commit is contained in:
Shengliang Guan 2020-09-24 10:43:54 +08:00 committed by GitHub
commit db56563066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1912,7 +1912,6 @@ SSqlObj* createSubqueryObj(SSqlObj* pSql, int16_t tableIndex, void (*fp)(), void
pNew->pTscObj = pSql->pTscObj;
pNew->signature = pNew;
T_REF_INC(pNew->pTscObj);
pNew->sqlstr = strdup(pSql->sqlstr);
if (pNew->sqlstr == NULL) {