summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy/glxvisuals.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/glxProxy/glxvisuals.c')
-rw-r--r--hw/dmx/glxProxy/glxvisuals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/glxProxy/glxvisuals.c b/hw/dmx/glxProxy/glxvisuals.c
index 898c6be7b..58151b7f2 100644
--- a/hw/dmx/glxProxy/glxvisuals.c
+++ b/hw/dmx/glxProxy/glxvisuals.c
@@ -532,7 +532,7 @@ Bool glxInitVisuals(int *nvisualp, VisualPtr *visualp,
/* Free the private list created by DDX HW driver */
if (visualPrivates)
- xfree(visualPrivates);
+ free(visualPrivates);
visualPrivates = NULL;
return TRUE;