]> git.draconx.ca Git - rrace.git/commit
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)
commit5a4a23e5e8032dfa1f7b73facb32f0c9ab200765
tree1cd219fd0cc4b2fa633e88049eb8bd0f80cde09c
parent174f6502f73fa29e1102938029d7b9f59b245c1b
Fix memory leak in ewmh_probe_wm_icon.

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.
src/ewmhicon.c