fix annotations memory leak

This commit is contained in:
Dmitri Ovodok 2019-03-19 14:47:47 +02:00
parent a38c3d3fd5
commit 58467b6eeb

View file

@ -191,6 +191,7 @@ Segment::~Segment()
e->staff()->removeTimeSig(toTimeSig(e));
delete e;
}
qDeleteAll(_annotations);
}
//---------------------------------------------------------