Skip to content

Commit

Permalink
v.delaunay: Fix Resource Leak issues in in_out.c (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamDesai authored Nov 5, 2024
1 parent 3307797 commit 0ad65e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vector/v.delaunay/in_out.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ void output_triangles(unsigned int n, int mode3d UNUSED, int type,
e = NEXT(e, u);
} while (!SAME_EDGE(e, e_start));
}
Vect_destroy_line_struct(Points);
Vect_destroy_cats_struct(Cats);
}

void remove_duplicates(unsigned int *size)
Expand Down

0 comments on commit 0ad65e4

Please sign in to comment.