fix: compile error
This commit is contained in:
parent
9c5f7d6656
commit
2f9313fbad
|
@ -1235,7 +1235,7 @@ void DestoryThreadLocalRegComp() {
|
||||||
if (NULL != pOldPattern) {
|
if (NULL != pOldPattern) {
|
||||||
regfree(&pRegex);
|
regfree(&pRegex);
|
||||||
taosMemoryFree(pOldPattern);
|
taosMemoryFree(pOldPattern);
|
||||||
pOldPattern == NULL;
|
pOldPattern = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue