fix ci snapshot.py

This commit is contained in:
xiao-77 2024-09-23 19:56:25 +08:00
parent 9e8518e772
commit 6bc8972c8c
1 changed files with 1 additions and 1 deletions

View File

@ -936,8 +936,8 @@ int32_t tsdbCacheDropSubTables(STsdb *pTsdb, SArray *uids, tb_uid_t suid) {
if (code != TSDB_CODE_SUCCESS) {
tsdbError("vgId:%d, %s drop table column failed at line %d since %s", TD_VID(pTsdb->pVnode), __func__, __LINE__,
tstrerror(code));
taosMemoryFree(pTSchema);
(void)taosThreadMutexUnlock(&pTsdb->lruMutex);
taosMemoryFree(pTSchema);
TAOS_RETURN(code);
}
}