]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
second polish.
[lilypond.git] / lily / paper-outputter.cc
index 45001766d64fe4cf5d1c700a58dae6e205271711..5f681a6bfff7231d67d7c0d8a4ca2f9985d35726 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -52,7 +52,8 @@ Paper_outputter::Paper_outputter (String name)
 
 Paper_outputter::~Paper_outputter ()
 {
-  
+  scm_close_port (file_);
+  file_ = SCM_EOL;
 }