]> granicus.if.org Git - graphviz/commitdiff
Restore code that deleted temporary subgraphs hoping that bug 1515 is fixed
authorerg <devnull@localhost>
Fri, 1 May 2009 17:43:28 +0000 (17:43 +0000)
committererg <devnull@localhost>
Fri, 1 May 2009 17:43:28 +0000 (17:43 +0000)
cmd/tools/ccomps.c

index 86536ad9494ea9c669289a2995169abbc26a8186..2663d18bd225b82dbb4cba3351cba1fe040b83d7 100644 (file)
@@ -560,11 +560,8 @@ static int processClusters(Agraph_t * g)
                return 0;
            }
        }
-#if 0
-  until bug 1515 is fixed
        if (printMode != INTERNAL)
            agdelete(g, out);
-#endif
        agdelete(dg, dout);
        if (verbose)
            fprintf(stderr, "(%4ld) %7ld nodes %7ld edges\n",
@@ -665,11 +662,8 @@ static int process(Agraph_t * g)
                return 0;
            }
        }
-#if 0
-  until bug 1515 is fixed
        if (printMode != INTERNAL)
            agdelete(g, out);
-#endif
        if (verbose)
            fprintf(stderr, "(%4ld) %7ld nodes %7ld edges\n",
                    c_cnt, n_cnt, e_cnt);