fix double free

This commit is contained in:
yihaoDeng 2024-10-09 11:22:28 +08:00
parent be5812adb2
commit 4d482d8e4e
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;