OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
853 stars 311 forks source link

v.net: Fix Resource Leak issue in arcs.c #4735

Closed ShubhamDesai closed 6 days ago

ShubhamDesai commented 1 week ago

This pull request fixes issue identified by Coverity Scan (CID : 1207755) Used Vect_destroy_line_struct() to fix this issue.