crash in startup when trying to open recent score, which got removed meanwhile
- set MuseScore preferences to start with last session
- have some score open
- exit MuseScore
- remove (or rename) that score
- start MuseScore
result: an alert box complaining about the missing score (expected), then a crash (not expected ;-))
cause: "addRecentScore(score);" in file.cpp gets called after "delete score; score = 0;", i.e. with a NULL pointer
Comments
See PR #1522
Fixed in 7763578944
Automatically closed -- issue fixed for 2 weeks with no activity.