summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zwgc/xselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/xselect.c b/zwgc/xselect.c
index b989b66..85303a2 100644
--- a/zwgc/xselect.c
+++ b/zwgc/xselect.c
@@ -104,7 +104,7 @@ static void xselSetProperties(dpy,w,property,target,selreq)
for (i=0;i<alistsize;i+=2)
xselSetProperties(dpy,w,alist[i+1],alist[i],selreq);
- XFree(alist);
+ XFree((char *) alist);
} else if (target==ZA_TIMESTAMP) {
ChangeProp(XA_INTEGER,32,&ownership_start,1);
XSync(dpy,0);