fix: api leave lock issue

This commit is contained in:
dapan1121 2024-02-19 18:25:45 -08:00
parent 2eb33b6ee6
commit 2a1103533f
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() \