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

C++ Client: fix one incorrect mutex unlock, remove one needless unlock #4855

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

kosak
Copy link
Contributor

@kosak kosak commented Nov 19, 2023

The first change is an error. guard is managing the mutex, so we need to ask guard to unlock it.
The second one is extraneous. The unlock is at the last line of the scope. guard is about to unlock it on the way out anyway.

@kosak kosak self-assigned this Nov 19, 2023
@kosak kosak added NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Nov 19, 2023
@kosak kosak merged commit e596070 into deephaven:main Nov 19, 2023
14 of 16 checks passed
@kosak kosak deleted the kosak_fix-mutex-unlock branch November 19, 2023 19:36
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants