]> granicus.if.org Git - graphviz/commitdiff
fix for "dot -P -Tx11"
authorellson <devnull@localhost>
Mon, 4 May 2009 14:51:59 +0000 (14:51 +0000)
committerellson <devnull@localhost>
Mon, 4 May 2009 14:51:59 +0000 (14:51 +0000)
cmd/dot/dot.c

index 8cd637668824fdc8c3caae443e58b9ee8955ce20..89b17388db4441aedbd672d8fdac3e831cb10f1c 100644 (file)
@@ -194,7 +194,6 @@ int main(int argc, char **argv)
     else if ((G = gvPluginsGraph(Gvc))) {
            gvLayoutJobs(Gvc, G);  /* take layout engine from command line */
            gvRenderJobs(Gvc, G);
-           gvFreeLayout(Gvc, G);
     }
     else {
        while ((G = gvNextInputGraph(Gvc))) {