Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 12, 2024
1 parent 34d437a commit 6029dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/capi/capi_test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 6029dac

Please sign in to comment.