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

Qt/curl: fix segfault in curl #9595

Merged
merged 2 commits into from Jan 13, 2021
Merged

Qt/curl: fix segfault in curl #9595

merged 2 commits into from Jan 13, 2021

Conversation

Megamouse
Copy link
Contributor

@Megamouse Megamouse commented Jan 12, 2021

The QThread lived longer than the m_curl object.
This led to a crash when closing RPCS3 while the download is still in progress.

The QThread lived longer than the m_curl object.
This lead to a crash when closing RPCS3 while the download is still in progress.
@Nekotekina Nekotekina merged commit cfe660a into RPCS3:master Jan 13, 2021
@Megamouse Megamouse deleted the fixup branch January 13, 2021 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants