fix ci scan

This commit is contained in:
xiao-77 2024-09-20 18:14:18 +08:00
parent 840e006249
commit 1e61539838
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ SMnode *mndOpen(const char *path, const SMnodeOpt *pOption) {
code = taosParseTime(timestr, &pMnode->checkTime, (int32_t)strlen(timestr), TSDB_TIME_PRECISION_MILLI, 0);
if (code < 0) {
mError("failed to parse time since %s", tstrerror(code));
taosThreadRwlockDestroy(&pMnode->lock);
(void)taosThreadRwlockDestroy(&pMnode->lock);
taosMemoryFree(pMnode);
return NULL;
}