log level
This commit is contained in:
parent
22f69837b3
commit
e88277592a
|
@ -1236,7 +1236,6 @@ static void checkRegexCache(void* param, void* tmrId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void regexCacheFree(void *ppUsingRegex) {
|
void regexCacheFree(void *ppUsingRegex) {
|
||||||
uInfo("[regex cache] regexCacheFree %p", ppUsingRegex);
|
|
||||||
regfree(&(*(UsingRegex **)ppUsingRegex)->pRegex);
|
regfree(&(*(UsingRegex **)ppUsingRegex)->pRegex);
|
||||||
taosMemoryFree(*(UsingRegex **)ppUsingRegex);
|
taosMemoryFree(*(UsingRegex **)ppUsingRegex);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue