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: initialize splitViewWidgetState to prevent uninitialized use in ViewStateHandler::savePlaylist #581

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

julee
Copy link

@julee julee commented Jul 17, 2024

Ensure that the splitViewWidgetState member is properly initialized to avoid using the uninitialized member splitting in the ViewStateHandler::savePlaylist method.

…ViewStateHandler::savePlaylist

Ensure that the splitViewWidgetState member is properly initialized to avoid using the uninitialized member `splitting` in the ViewStateHandler::savePlaylist method.
Copy link
Member

@ChristianFeldmann ChristianFeldmann left a comment

Choose a reason for hiding this comment

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

Nice!

@ChristianFeldmann ChristianFeldmann merged commit 5f76e52 into IENT:develop Jul 23, 2024
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.

2 participants