aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/compext/Bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/compext/Bitmap.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/compext/Bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Bitmap.c b/nx-X11/programs/Xserver/hw/nxagent/compext/Bitmap.c
index d906118d0..c60c09d23 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/compext/Bitmap.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Bitmap.c
@@ -73,7 +73,7 @@ char *BitmapCompressData(XImage *image, unsigned int *size)
*size = image -> width * image -> height * 3;
- data = Xmalloc(*size);
+ data = malloc(*size);
if (data == NULL)
{