diff --git a/tests/unit/capi/capi_test_utils.h b/tests/unit/capi/capi_test_utils.h index 2666d1479d..803c51cf21 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(); }