lenmus / lomse

A C++ library for rendering, editing and playing back music scores.
MIT License
120 stars 28 forks source link

Fix critical bug that could cause crashes when the score has lyrics #338

Closed cecilios closed 2 years ago

cecilios commented 2 years ago

An std::vector was cleared and later was accesed. This has been fixed.