Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #274886 score do not open in master 3.0 #3842

Merged

Conversation

handrok
Copy link
Contributor

@handrok handrok commented Aug 2, 2018

In some cases pointer e is nullptr. I change if statement to avoid utilizing nullptr pointer

In some cases e is nullptr. I change if statement to avoid utilizing nullptr pointer
@lasconic lasconic merged commit 19dc450 into musescore:master Aug 2, 2018
@mattmcclinch
Copy link
Contributor

mattmcclinch commented Aug 18, 2018

This is not correct. This does not assign a value to x if e is NULL. I take it you did not see
https://musescore.org/en/node/274754#comment-846354.

Edit: It might not actually matter, but I had originally accounted for that possibility when I reworked the code. Anyway, that is not what is causing the current problem regarding fermata layout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants