Skip to content

Commit

Permalink
Resource Leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Oct 31, 2024
1 parent 3f0b69f commit 60b0ac9
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 60b0ac9

Please sign in to comment.