]> git.donarmstrong.com Git - lilypond.git/commit
Fix GC catastrophe in Slur_proto_engraver::derived_mark
authorDavid Kastrup <dak@gnu.org>
Sat, 24 Oct 2015 11:18:50 +0000 (13:18 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 24 Oct 2015 11:18:50 +0000 (13:18 +0200)
commitb9422b927e1d00b114f2028d86a9b59a5cbf54ed
tree47e776f36c4d12c247a91875d8dd710cb59dbb8f
parentc59a8a720ef74a5575d3945b7a2eaa157f6cee5e
Fix GC catastrophe in Slur_proto_engraver::derived_mark

In Slur_proto_engraver::Event_info, note_ will be 0 for slurs not
attached to particular note events.  Calling self_scm on it is likely
to be a fatal error.
lily/slur-proto-engraver.cc