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 segfault when starting without a valid skin directory #4575

Merged
merged 5 commits into from
Jan 1, 2022

Conversation

daschuer
Copy link
Member

src/mixxx.cpp Outdated
m_pSettingsManager->settings()->set(ConfigKey("[MainWindow]", "state"),
QString(saveState().toBase64()));
UserSettingsPointer pSettings;
if (m_pSettingsManager) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Und which circumstances can Settings Manager or Settings be null?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see due to later commits, it can no longer be null. I will revert that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it is OK to just drop the commit when rebasing.

@daschuer
Copy link
Member Author

Done. Ready for merge?

@daschuer daschuer added this to the 2.3.2 milestone Dec 30, 2021
@daschuer daschuer added the changelog This PR should be included in the changelog label Dec 30, 2021
@Holzhaus Holzhaus merged commit 467a0aa into mixxxdj:2.3 Jan 1, 2022
@daschuer daschuer deleted the lp1934560 branch April 14, 2022 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog This PR should be included in the changelog library ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants