[GRASS-SVN] r64630 - grass/trunk/vector/v.net

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 14 09:39:55 PST 2015


Author: neteler
Date: 2015-02-14 09:39:54 -0800 (Sat, 14 Feb 2015)
New Revision: 64630

Modified:
   grass/trunk/vector/v.net/connect.c
Log:
v.net: fix coverity scan CID 1256093

Modified: grass/trunk/vector/v.net/connect.c
===================================================================
--- grass/trunk/vector/v.net/connect.c	2015-02-14 17:35:06 UTC (rev 64629)
+++ grass/trunk/vector/v.net/connect.c	2015-02-14 17:39:54 UTC (rev 64630)
@@ -141,6 +141,7 @@
     Vect_destroy_cats_struct(Cats);
     Vect_destroy_cats_struct(Cline);
     Vect_destroy_cats_struct(Cnew);
+    Vect_destroy_list(exclude_list);
 
     return narcs;
 }



More information about the grass-commit mailing list