]> granicus.if.org Git - graphviz/commitdiff
fix bug with finalizing of svgz outputs
authorellson <devnull@localhost>
Sat, 20 Sep 2008 18:10:26 +0000 (18:10 +0000)
committerellson <devnull@localhost>
Sat, 20 Sep 2008 18:10:26 +0000 (18:10 +0000)
tclpkg/tcldot/tcldot.c

index 91d777d24890b92d519fd7c28caa88d7831c8f30..2a4200301469cb004a611a9e982cff035bd309bd 100644 (file)
@@ -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);