CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2020/04/25 14:07:28
Modified files:
app/cwm : xutil.c
Log message:
Fixed memory leak in xu_get_strprop.
If a client calls XSetTextProperty for a window to clear all its
properties, then allocated memory within libX11 is not freed.
OK okan@
