summaryrefslogtreecommitdiff
path: root/app/cwm/xutil.c
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2012-11-07 20:34:40 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2012-11-07 20:34:40 +0000
commitdbf5a5de3a9b0236c52fc52715ae77413dce2fa4 (patch)
tree88fd9663afd7433e1cb06f81ed62a04676ac9589 /app/cwm/xutil.c
parentc5355bd4e223ad2673aa5fa06117092df3ac2dea (diff)
get rid of the xfree() wrapper around free(); from Tiago Cunha.
Diffstat (limited to 'app/cwm/xutil.c')
-rw-r--r--app/cwm/xutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/xutil.c b/app/cwm/xutil.c
index 11f342bce..e43a30a13 100644
--- a/app/cwm/xutil.c
+++ b/app/cwm/xutil.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xutil.c,v 1.46 2012/10/31 19:30:19 okan Exp $
+ * $OpenBSD: xutil.c,v 1.47 2012/11/07 20:34:39 okan Exp $
*/
#include <sys/param.h>
@@ -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