ref: 55f1f28527bb748c6a448d94b29f9edf4e69f175
parent: cbbd74a9276ca113a3de4edadcc9fd6e83e8c90a
author: Ali Gholami Rudi <ali@rudi.ir>
date: Tue Dec 2 11:40:36 EST 2014
post: close the output device before exiting
--- a/post.c
+++ b/post.c
@@ -431,5 +431,6 @@
}
post();
ps_trailer(o_pages, o_fonts);
+ dev_close();
return 0;
}