fix:memory leak

This commit is contained in:
wangmm0220 2022-08-31 18:42:06 +08:00
parent c5874ca892
commit f778854302
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ static int32_t smlSendMetaMsg(SSmlHandle *info, SName *pName, SArray* pColumns,
goto end; goto end;
} }
pRequest->syncQuery = true;
if (!pRequest->pDb) { if (!pRequest->pDb) {
code = TSDB_CODE_PAR_DB_NOT_SPECIFIED; code = TSDB_CODE_PAR_DB_NOT_SPECIFIED;
goto end; goto end;