Skip to content

Commit

Permalink
Merge 9795506 into dba2704
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Dec 3, 2023
2 parents dba2704 + 9795506 commit 9edc1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ufuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ static void polygonize_func(char** args, const npy_intp* dimensions, const npy_i

GEOS_INIT;

GEOSGeometry** geoms = malloc(sizeof(void*) * dimensions[1]);
const GEOSGeometry** geoms = malloc(sizeof(void*) * dimensions[1]);
if (geoms == NULL) {
errstate = PGERR_NO_MALLOC;
goto finish;
Expand Down

0 comments on commit 9edc1cf

Please sign in to comment.