]> git.draconx.ca Git - rrace.git/commitdiff
Fix memory leak in ewmh_probe_wm_icon.
authorNick Bowler <nbowler@draconx.ca>
Fri, 23 Dec 2022 07:01:36 +0000 (02:01 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 23 Dec 2022 07:03:00 +0000 (02:03 -0500)
The data returned by XGetWindowProperty must be freed by the caller;
this didn't happen so there is a small leak in this function.  Simple
enough to fix.


No differences found