mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 18:08:08 +00:00
Revert "[client] x11: prevent race condition causing double free"
This reverts commit 8d48dd973a
.
This commit is contained in:
@@ -204,7 +204,6 @@ static void x11_cb_wmevent(SDL_SysWMmsg * msg)
|
||||
s->xselection.property = None;
|
||||
XSendEvent(this->display, e.xselectionrequest.requestor, 0, 0, s);
|
||||
XFlush(this->display);
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.type == SelectionClear && (
|
||||
|
Reference in New Issue
Block a user