]> granicus.if.org Git - graphviz/commitdiff
coverity #82849
authorJohn Ellson <ellson@research.att.com>
Tue, 6 Jan 2015 23:46:32 +0000 (18:46 -0500)
committerJohn Ellson <ellson@research.att.com>
Tue, 6 Jan 2015 23:46:32 +0000 (18:46 -0500)
tclpkg/tclpathplan/find_ints.c

index 5cae5960476208ea6f7d6af21ec20374f828ac6f..e56628b60d6312043df0de1fa32551c86d5729bb 100644 (file)
@@ -107,6 +107,7 @@ void find_ints(struct vertex vertex_list[],
            templ = pvertex[i]; /*second neighbor */
        }                       /* end k for loop       */
     }                          /* end i for loop       */
+    free(pvertex);
 }
 
 static int gt(struct vertex **i, struct vertex **j)