]> granicus.if.org Git - graphviz/commitdiff
fix for multiple graphs in one ps output
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:06:23 +0000 (21:06 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:06:23 +0000 (21:06 +0000)
lib/gvc/gvlayout.c

index 0fec5d35ab72e1abe2de20e7e4f4a7a3cfd4c312..96d6c55443fc56df44ec8b0c47fc59c35e38f9bf 100644 (file)
@@ -68,8 +68,6 @@ int gvFreeLayout(GVC_t * gvc, graph_t * g)
     gvlayout_engine_t *gvle = gvc->layout.engine;
 
     g = g->root;
-    if (gvc->active_jobs)
-       gvdevice_finalize(gvc);
     if (gvle && gvle->cleanup)
        gvle->cleanup(g);
     graph_cleanup(g);