fix double free

This commit is contained in:
yihaoDeng 2024-03-13 06:01:16 +00:00
parent 85fec026d6
commit e9b0c877b0
1 changed files with 0 additions and 2 deletions

View File

@ -598,8 +598,6 @@ static int32_t mndSetUpdateIdxStbCommitLogs(SMnode *pMnode, STrans *pTrans, SStb
pNew->pTags = NULL;
pNew->pColumns = NULL;
pNew->pTags = NULL;
pNew->updateTime = taosGetTimestampMs();
pNew->lock = 0;