Skip to content

Commit

Permalink
Fix Resource Leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Nov 22, 2024
1 parent f63024f commit 8cf85dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vector/v.net/arcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ int create_arcs(FILE *file, struct Map_info *Pnts, struct Map_info *Out,

Vect_destroy_line_struct(points);
Vect_destroy_cats_struct(cats);
Vect_destroy_line_struct(points2);

return narcs;
}
Expand Down

0 comments on commit 8cf85dc

Please sign in to comment.