From: ellson Date: Sat, 20 Sep 2008 18:10:26 +0000 (+0000) Subject: fix bug with finalizing of svgz outputs X-Git-Tag: LAST_LIBGRAPH~32^2~3360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a19ea0ec3599b2d7edca5541a73a8918a0692660;p=graphviz fix bug with finalizing of svgz outputs --- diff --git a/tclpkg/tcldot/tcldot.c b/tclpkg/tcldot/tcldot.c index 91d777d24..2a4200301 100644 --- a/tclpkg/tcldot/tcldot.c +++ b/tclpkg/tcldot/tcldot.c @@ -1312,7 +1312,6 @@ static int graphcmd(ClientData clientData, Tcl_Interp * interp, gvc->common.viewNum = 0; gvRenderJobs(gvc, g); - gvrender_end_job(job); gvdevice_finalize(job); // fflush(job->output_file); gvjobs_delete(gvc);