X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps-to-png.scm;h=f20ca61b41a471c0b7646c9248915fdf1138670f;hb=8508ea37a36b61030fd17b4ec86259f235872f39;hp=f5d40d0c5ceefdcd94cbcf4e39cc126c0b57a57b;hpb=f7265a8c02b611af4fb32421572aced68c0634c9;p=lilypond.git diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index f5d40d0c5c..f20ca61b41 100644 --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -69,6 +69,8 @@ (search-pnmtopng) tmp2-name))) + (close-port port-tmp1) + (close-port port-tmp2) (ly:debug (_ "Copying `~a' to `~a'...") file tmp1-name) (copy-binary-file file tmp1-name) (ly:system-with-shell cmd)