Re: [hackers] [tabbed][PATCH] focus(): clear XUrgencyHint from the container window

From: NRK <nrk_AT_disroot.org>
Date: Tue, 21 Jan 2025 17:03:25 +0000

> + if (clients[c]->urgent && (wmh = XGetWMHints(dpy, clients[c]->win)) &&
> + (win_wmh = XGetWMHints(dpy, win))) {

This will leak if the first XGetWMHints succeeds but the 2nd one fails.

- NRK
Received on Tue Jan 21 2025 - 18:03:25 CET

This archive was generated by hypermail 2.3.0 : Tue Jan 21 2025 - 18:12:38 CET