From: erg Date: Fri, 1 May 2009 17:43:28 +0000 (+0000) Subject: Restore code that deleted temporary subgraphs hoping that bug 1515 is fixed X-Git-Tag: LAST_LIBGRAPH~32^2~2121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daf420e74f348c3f77f6402fb62f36bb7428cb0d;p=graphviz Restore code that deleted temporary subgraphs hoping that bug 1515 is fixed --- diff --git a/cmd/tools/ccomps.c b/cmd/tools/ccomps.c index 86536ad94..2663d18bd 100644 --- a/cmd/tools/ccomps.c +++ b/cmd/tools/ccomps.c @@ -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);