summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
authorokan <okan>2012-11-07 20:34:39 +0000
committerokan <okan>2012-11-07 20:34:39 +0000
commit76b0874b4caa937b5313b3604208d050b4868b04 (patch)
tree779b7d995d058ccfe4eac44ea30757a964621b31 /xutil.c
parentdfb6aed82aa9a75d895f75984013f07a474c4d7a (diff)
downloadcwm-76b0874b4caa937b5313b3604208d050b4868b04.tar.gz
cwm-76b0874b4caa937b5313b3604208d050b4868b04.tar.xz
cwm-76b0874b4caa937b5313b3604208d050b4868b04.zip
get rid of the xfree() wrapper around free(); from Tiago Cunha.
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index 5dbc911..bcde1c5 100644
--- a/xutil.c
+++ b/xutil.c
@@ -339,7 +339,7 @@ xu_ewmh_net_client_list(struct screen_ctx *sc)
 		winlist[j++] = cc->win;
 	XChangeProperty(X_Dpy, sc->rootwin, ewmh[_NET_CLIENT_LIST].atom,
 	    XA_WINDOW, 32, PropModeReplace, (unsigned char *)winlist, i);
-	xfree(winlist);
+	free(winlist);
 }
 
 void