aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/StBytes.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/StBytes.c')
-rw-r--r--nx-X11/lib/X11/StBytes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/StBytes.c b/nx-X11/lib/X11/StBytes.c
index 390f66832..df533c95d 100644
--- a/nx-X11/lib/X11/StBytes.c
+++ b/nx-X11/lib/X11/StBytes.c
@@ -74,7 +74,7 @@ char *XFetchBuffer (
*nbytes = nitems;
return((char *)data);
}
- if ((char *) data != NULL) Xfree ((char *)data);
+ if ((char *) data != NULL) Xfree (data);
return(NULL);
}