fix: memory leak of geos

This commit is contained in:
kailixu 2024-08-24 10:37:29 +08:00
parent 3c7ec707b2
commit a4e6444646
1 changed files with 1 additions and 1 deletions

View File

@ -84,4 +84,4 @@ _exit:
const char *getGeosErrMsg(int32_t code) {
return (tlGeosCtx && tlGeosCtx->errMsg[0] != 0) ? tlGeosCtx->errMsg : (code ? tstrerror(code) : "");
}
}