http://codereview.appspot.com/1428042/diff/34001/35011 File scm/framework-svg.scm (right):
http://codereview.appspot.com/1428042/diff/34001/35011#newcode138 scm/framework-svg.scm:138: (dump (svg-end)) Adding the following code fixes the memory leak Neil refers to, though there might be a better way. (if (ly:get-option 'svg-woff) (module-define! (ly:outputter-module outputter) 'paper #f)) http://codereview.appspot.com/1428042/diff/34001/35011#newcode160 scm/framework-svg.scm:160: (if (ly:get-option svg-woff) svg-woff needs to be quoted: 'svg-woff http://codereview.appspot.com/1428042/diff/34001/35011#newcode166 scm/framework-svg.scm:166: (dump (svg-end)) The same memory leak happens here. See the first comment above. http://codereview.appspot.com/1428042/show _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel