Re: [PATCH] xwayland/selection: do not remove NULL property_source

2018-07-22 Thread Daniel Stone
Hi Greg, On Tue, 10 Apr 2018 at 18:01, Greg V wrote: > Happened mostly with neovim's xclip usage. Thanks, I've merged this, updated to include more cases where it could be NULL: 67546bed0..3ea5437db 3ea5437dbd07d9a94aebbb651d8f8eeacc8765bd -> master Cheers, Daniel __

[PATCH] xwayland/selection: do not remove NULL property_source

2018-04-10 Thread Greg V
Happened mostly with neovim's xclip usage. --- This fixes the most frequent source of crashes for me. xwayland/selection.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xwayland/selection.c b/xwayland/selection.c index f145089f..b0bccc0d 100644 --- a/xwayland/selection.c