Re: [hackers] [tabbed][PATCH] Fix clients BadDrawable at cleanup with multiple tabs

2020-06-10 Thread Nikita Zlobin
In Wed, 10 Jun 2020 22:10:02 +0200 Hiltjo Posthuma wrote: > On Thu, Jun 04, 2020 at 04:01:17PM +0500, Nikita Zlobin wrote: > > unmanage() after killclient() causes at least one BadDrawable from > > client. For urxvtd it can crash entire daemon. > > --- > > tabbed.c | 2 +- > > 1 file changed, 1

Re: [hackers] [tabbed][PATCH] Fix clients BadDrawable at cleanup with multiple tabs

2020-06-10 Thread Hiltjo Posthuma
On Thu, Jun 04, 2020 at 04:01:17PM +0500, Nikita Zlobin wrote: > unmanage() after killclient() causes at least one BadDrawable from client. > For urxvtd it can crash entire daemon. > --- > tabbed.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tabbed.c b/tabbed.c >

[hackers] [tabbed][PATCH] Fix clients BadDrawable at cleanup with multiple tabs

2020-06-04 Thread Nikita Zlobin
unmanage() after killclient() causes at least one BadDrawable from client. For urxvtd it can crash entire daemon. --- tabbed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbed.c b/tabbed.c index 4ee4277..6b53d94 100644 --- a/tabbed.c +++ b/tabbed.c @@ -219,10 +219,10 @@