mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
plug a leak
This commit is contained in:
parent
bad97699f9
commit
5b64e1540c
1
xutil.c
1
xutil.c
@ -332,6 +332,7 @@ xu_ewmh_net_desktop_names(struct screen_ctx *sc)
|
|||||||
|
|
||||||
XChangeProperty(X_Dpy, sc->rootwin, ewmh[_NET_DESKTOP_NAMES],
|
XChangeProperty(X_Dpy, sc->rootwin, ewmh[_NET_DESKTOP_NAMES],
|
||||||
cwmh[UTF8_STRING], 8, PropModeReplace, (unsigned char *)p, len);
|
cwmh[UTF8_STRING], 8, PropModeReplace, (unsigned char *)p, len);
|
||||||
|
free(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Application Window Properties */
|
/* Application Window Properties */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user