-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
src/mixxx.cpp
Outdated
m_pSettingsManager->settings()->set(ConfigKey("[MainWindow]", "state"), | ||
QString(saveState().toBase64())); | ||
UserSettingsPointer pSettings; | ||
if (m_pSettingsManager) { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Done. Ready for merge? |
This fixes:
https://bugs.launchpad.net/mixxx/+bug/1934560