Crash when closing score after inserting a measure

• Nov 9, 2014 - 19:33
Type
Functional
Severity
S2 - Critical
Status
closed
Project

cc98125a26

  1. Open any score
  2. Ctrl+B to add a measure
  3. Close the score
  4. --> Crash

This is due to https://github.com/musescore/MuseScore/commit/3f99702e5560e2853b26a118c…

We are deleting the Measure once in the score destructor, and trying to delete it again when cleaning up AddElement.


Comments