OSGeo / grass

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

lib/vector/Vlib: Fix resource leak issue in clean_nodes.c #4627

Closed ShubhamDesai closed 3 weeks ago

ShubhamDesai commented 4 weeks ago

This pull request fixes issue identified by Coverity Scan (CID : 1207909, 1207910, 1207911, 1207912). Used existing function Vect_destroy_line_struct(), Vect_destroy_cats_struct() to fix the memory leak issue.