fix: compile error

This commit is contained in:
factosea 2024-04-18 08:45:51 +08:00
parent 9c5f7d6656
commit 2f9313fbad
1 changed files with 1 additions and 1 deletions

View File

@ -1235,7 +1235,7 @@ void DestoryThreadLocalRegComp() {
if (NULL != pOldPattern) {
regfree(&pRegex);
taosMemoryFree(pOldPattern);
pOldPattern == NULL;
pOldPattern = NULL;
}
}