]> granicus.if.org Git - graphviz/commitdiff
remove fflush()
authorellson <devnull@localhost>
Sun, 24 Aug 2008 19:39:31 +0000 (19:39 +0000)
committerellson <devnull@localhost>
Sun, 24 Aug 2008 19:39:31 +0000 (19:39 +0000)
lib/gvc/gvc.c

index a79578d0a9cdf6241ee6046c62b5d95f73df6584..cd46f71dec6712bfe0f56849412fb4d1f6fbf05a 100644 (file)
@@ -112,7 +112,6 @@ int gvRender(GVC_t *gvc, graph_t *g, char *format, FILE *out)
     gvRenderJobs(gvc, g);
     gvrender_end_job(job);
     gvdevice_finalize(job);
-    fflush(job->output_file);
     gvjobs_delete(gvc);
 
     return 0;
@@ -144,7 +143,6 @@ int gvRenderFilename(GVC_t *gvc, graph_t *g, char *format, char *filename)
     gvRenderJobs(gvc, g);
     gvrender_end_job(job);
     gvdevice_finalize(job);
-    fflush(job->output_file);
     gvjobs_delete(gvc);
 
     return 0;