]> granicus.if.org Git - graphviz/commitdiff
Fix memory leak.
authorerg <devnull@localhost>
Tue, 19 Jun 2007 17:59:21 +0000 (17:59 +0000)
committererg <devnull@localhost>
Tue, 19 Jun 2007 17:59:21 +0000 (17:59 +0000)
lib/neatogen/neatoinit.c

index 708e1068361410a1b440c92b40c5022e6302eff3..88c5163301f98c6edd30bfa10c020be297b50175 100644 (file)
@@ -1401,6 +1401,7 @@ void neato_layout(Agraph_t * g)
                free_scan_graph(gc);
                agdelete(g, gc);
            }
+           free (cc);
 #ifdef IPSEPCOLA
             {
                 graph_t *mg, *subg;