From e43cf499d0df41eb6ca2a1a7c21af71e31207635 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Jun 2010 17:26:49 +0200 Subject: Remove x*alloc/xfree calls deprecated in xserver 1.9 RC1 --- src/glamo-output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glamo-output.c') diff --git a/src/glamo-output.c b/src/glamo-output.c index 60ea902..10a0f8e 100644 --- a/src/glamo-output.c +++ b/src/glamo-output.c @@ -263,7 +263,7 @@ static void GlamoOutputDestroy(xf86OutputPtr output) { GlamoOutputPtr pGlamoOutput = output->driver_private; while (pGlamoOutput->modes) xf86DeleteMode(&pGlamoOutput->modes, pGlamoOutput->modes); - xfree(pGlamoOutput); + free(pGlamoOutput); } static DisplayModePtr GlamoOutputGetModes(xf86OutputPtr output) { -- cgit v1.2.3