merge develop

This commit is contained in:
yihaoDeng 2021-07-15 00:35:15 +08:00
parent 5f0f7945c9
commit 2563b77741
1 changed files with 2 additions and 2 deletions

View File

@ -936,8 +936,8 @@ void* destroyCreateTableSql(SCreateTableSql* pCreate) {
}
void SqlInfoDestroy(SSqlInfo *pInfo) {
if (pInfo == NULL) return;
if (pInfo == NULL) return;;
taosArrayDestroy(pInfo->funcs);
if (pInfo->type == TSDB_SQL_SELECT) {
destroyAllSqlNode(pInfo->list);
} else if (pInfo->type == TSDB_SQL_CREATE_TABLE) {