]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3371: Avoid storing markups in an array in Page_layout_problem::add_footnotes_t...
authorDavid Kastrup <dak@gnu.org>
Sun, 19 May 2013 22:09:40 +0000 (00:09 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 20 May 2013 10:10:19 +0000 (12:10 +0200)
commit6b506c9f84f65a906f0ba979949b59d0effba127
tree27de7524b2c3b0e1d4308e9e88fdf9204f6c65d0
parentbd599be12a872b9ca95ebc78e0880e2d13c26b4f
Issue 3371: Avoid storing markups in an array in Page_layout_problem::add_footnotes_to_lines

They are not protected against garbage collection when the array is
allocated on the heap.
lily/page-layout-problem.cc