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

[client,sdl] relax CriticalSection locking #9883

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

akallabeth
Copy link
Member

When disconnecting the SDL client it is sufficient to no longer process SDL events. Locking the CriticalSection during disconnect might lead to a deadlock.

When disconnecting the SDL client it is sufficient to no longer process
SDL events. Locking the CriticalSection during disconnect might lead to
a deadlock.
@akallabeth akallabeth added this to the next-3.0 milestone Feb 20, 2024
Copy link

clang-tidy review says "All clean, LGTM! 👍"

@freerdp-bot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://ci.freerdp.com//job/PullRequestTester/11498/

@akallabeth akallabeth merged commit 75b1ce8 into FreeRDP:master Feb 20, 2024
3 checks passed
@akallabeth akallabeth deleted the sdl_lock branch February 20, 2024 15:31
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.

None yet

2 participants