]> granicus.if.org Git - graphviz/commit
Fix code not to call exit if it can't open a file for writing. This is not
authorerg <devnull@localhost>
Mon, 21 Feb 2011 23:20:51 +0000 (23:20 +0000)
committererg <devnull@localhost>
Mon, 21 Feb 2011 23:20:51 +0000 (23:20 +0000)
commitd78967b116caa6ec4b4f15c415c0de19dcd16f87
treee26c86cf893204d702688ff6f35199daa8a72e09
parent973f69ba92e64bd4c3301951447ed6d798b96136
Fix code not to call exit if it can't open a file for writing. This is not
library-friendly. In general, all of the calls to exit() should be reviewed
with an eye to this.

I believe I have altered things correctly in gvRenderJobs so that cleanup is done
correctly and finalizers are called as needed for good jobs. It would be good for
John to review the changes.
lib/common/emit.c
lib/gvc/gvcproc.h
lib/gvc/gvdevice.c
lib/gvc/gvrender.c