Skip to content

Commit

Permalink
v.net: Fix Resource Leak issue in arcs.c (#4735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamDesai authored Nov 23, 2024
1 parent 08ce5bf commit b4e4cb0
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 b4e4cb0

Please sign in to comment.