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

platforms/wayland: Fix a lock in DisplayClient #3054

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

RAOF
Copy link
Contributor

@RAOF RAOF commented Sep 28, 2023

It's important to actually name your RAII lock object, so it doesn't immediately go out of scope and unlock the mutex!

It's important to actually *name* your RAII lock object, so it doesn't immediately
go out of scope and unlock the mutex!
Copy link
Collaborator

@Saviq Saviq left a comment

Choose a reason for hiding this comment

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

Yas.

@Saviq Saviq enabled auto-merge September 28, 2023 08:00
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #3054 (e4ccfcd) into main (076ebfd) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #3054      +/-   ##
==========================================
- Coverage   77.70%   77.69%   -0.01%     
==========================================
  Files        1056     1056              
  Lines       73409    73409              
==========================================
- Hits        57041    57036       -5     
- Misses      16368    16373       +5     
Files Coverage Δ
src/platforms/wayland/displayclient.cpp 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Saviq Saviq added this pull request to the merge queue Sep 28, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 28, 2023
@Saviq Saviq added this pull request to the merge queue Sep 28, 2023
Merged via the queue into main with commit 6e2dc72 Sep 28, 2023
32 checks passed
@Saviq Saviq deleted the fix-a-wayland-lock branch September 28, 2023 10:03
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