X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-performer.cc;h=85a0b07d747467cb3e1e76b6184b0adb9b9963a4;hb=1d509b27723ea1c359b51c0f2fe623a32867d6f9;hp=c53ddeac7b359a24e26656f150c5237f3e3c3410;hpb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index c53ddeac7b..85a0b07d74 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -110,8 +110,7 @@ Tie_performer::acknowledge_audio_element (Audio_element_info inf) // (*it).moment_ already stores the end of the tied note! Moment skip = now_mom () - (*it).end_moment_; an->tie_to (th, skip); - // this invalidates the iterator, we are leaving the loop anyway - heads_to_tie_.erase (it); + it = heads_to_tie_.erase (it); } } }