From: ellson Date: Tue, 18 Oct 2005 21:06:23 +0000 (+0000) Subject: fix for multiple graphs in one ps output X-Git-Tag: LAST_LIBGRAPH~32^2~7093 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9008b1522cad71bd5f701e242bc193707ff2e51b;p=graphviz fix for multiple graphs in one ps output --- diff --git a/lib/gvc/gvlayout.c b/lib/gvc/gvlayout.c index 0fec5d35a..96d6c5544 100644 --- a/lib/gvc/gvlayout.c +++ b/lib/gvc/gvlayout.c @@ -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);