Merge pull request #28258 from taosdata/fix/TD-32449-3.0

fix double free
This commit is contained in:
Hongze Cheng 2024-10-09 17:49:25 +08:00 committed by GitHub
commit 13b1c0841f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

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