fix: memory leak of geos

This commit is contained in:
kailixu 2024-08-24 10:04:32 +08:00
parent 95fd9f1f6f
commit 11d25078c0
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ int32_t getThreadLocalGeosCtx(SGeosContext **ppCtx) {
_exit:
if (code != 0) {
*ppCtx = NULL;
uError("failed to get thread local geos context at lino:%d since %s", lino, tstrerror(code));
uError("failed to get geos context at lino:%d since %s", lino, tstrerror(code));
}
TAOS_RETURN(code);