Skip to content

Commit

Permalink
steamcompmgr: Workaround kernel NULL pointer bug with epoll + dmabuf …
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Dec 1, 2023
1 parent 9a53b6e commit 08f01b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steamcompmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ struct commit_t : public gamescope::IWaitable
return false;

// Will automatically remove from epoll!
g_ImageWaiter.RemoveWaitable( this );
close( m_nCommitFence );
m_nCommitFence = -1;
return true;
Expand Down

0 comments on commit 08f01b9

Please sign in to comment.