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

DolphinQt: properly remove slot connection for ConfigChange when object is destructed #9076

Merged

Conversation

iwubcode
Copy link
Contributor

When destroying a Dolphin "graphics" control, we were still connected to the settings ConfigChange event. That was causing a segfault.

This is not required by any current Dolphin code but is used in #8823

@iwubcode iwubcode force-pushed the qt_graphics_controls_destruction branch from dc1cf7b to a83bf8b Compare September 12, 2020 22:36
@iwubcode
Copy link
Contributor Author

Went ahead and fixed some other controls that had the same issue

Copy link
Member

@jordan-woyak jordan-woyak left a comment

Choose a reason for hiding this comment

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

LGTM

@lioncash lioncash merged commit eae6819 into dolphin-emu:master Sep 13, 2020
10 checks passed
@iwubcode iwubcode deleted the qt_graphics_controls_destruction branch January 23, 2021 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants