lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix: file descriptor leak in scm/framework-eps.scm


From: Matthias Kilian
Subject: Fix: file descriptor leak in scm/framework-eps.scm
Date: Mon, 13 Nov 2006 23:48:18 +0100
User-agent: Mutt/1.4.2.2i

Found when trying to build on OpenBSD:

--- scm/framework-eps.scm.orig  Fri Nov 10 14:44:26 2006
+++ scm/framework-eps.scm       Mon Nov 13 21:53:37 2006
@@ -97,6 +97,8 @@ stencil, so LaTeX includegraphics doesn'
     (display "@c eof - 'eof' is a Makefile marker; do not remove. " 
texi-system-port)
     (display "% eof - 'eof' is Makefile marker; do not remove. " 
tex-system-port)
     
+    (close-output-port texi-system-port)
+    (close-output-port tex-system-port)
     (dump-infinite-stack-EPS stencils)
     (postprocess-output book framework-eps-module
                        (format "~a.eps" basename) (ly:output-formats))))


-- 
Zesterdaz, all mz kezboards were so far awaz. (Beatles)
                -- Claus-Peter Warnecke, dtj, 12.3.2001




reply via email to

[Prev in Thread] Current Thread [Next in Thread]