[geos-commits] [SCM] GEOS branch main-relate-ng updated. 6029dac3038ee65a601de1c48b9967e75318d1c6
git at osgeo.org
git at osgeo.org
Mon Aug 12 16:21:47 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main-relate-ng has been updated
via 6029dac3038ee65a601de1c48b9967e75318d1c6 (commit)
from 34d437a81b89bfba87a4af5b8c14751909c882df (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6029dac3038ee65a601de1c48b9967e75318d1c6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Aug 12 16:21:22 2024 -0700
bump
diff --git a/tests/unit/capi/capi_test_utils.h b/tests/unit/capi/capi_test_utils.h
index 2666d1479..803c51cf2 100644
--- a/tests/unit/capi/capi_test_utils.h
+++ b/tests/unit/capi/capi_test_utils.h
@@ -44,7 +44,7 @@ namespace capitest {
if (result_) GEOSGeom_destroy(result_);
if (expected_) GEOSGeom_destroy(expected_);
if (wkt_) GEOSFree(wkt_);
- if (str_) GEOSFree(str_);
+ if (str_) GEOSFree(str_);
finishGEOS();
}
-----------------------------------------------------------------------
Summary of changes:
tests/unit/capi/capi_test_utils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list