Merge pull request #24784 from taosdata/fix/TD-28654.0

fix: api leave lock issue
This commit is contained in:
dapan1121 2024-02-20 11:28:01 +08:00 committed by GitHub
commit 307a273b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -848,6 +848,7 @@ typedef struct SCtgCacheItemInfo {
do { \
CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock); \
CTG_API_DEBUG("CTG API leave %s", __FUNCTION__); \
return; \
} while (0)
#define CTG_API_ENTER() \