summaryrefslogtreecommitdiff
path: root/src/ati.c
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2010-09-27 13:33:55 -0400
committerAlex Deucher <alexdeucher@gmail.com>2010-09-27 13:34:37 -0400
commitc4f834cdfbe96aa47ac5fb039f9dd7aa9730c8a3 (patch)
tree97f5f7abf785d7e6b183199ce526ed701225a978 /src/ati.c
parentf8fb9312d791af1f77020e8c2d35bb30841ed9aa (diff)
radeon: Convert remaining x(c)alloc/xfree to m/calloc/free.
Fixes deprecation warnings missed out by f7a91ece264af9f3fd2fc18e99aefcda93ce9f5c
Diffstat (limited to 'src/ati.c')
-rw-r--r--src/ati.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ati.c b/src/ati.c
index 387aaca2..ea71e88d 100644
--- a/src/ati.c
+++ b/src/ati.c
@@ -227,7 +227,7 @@ ati_gdev_subdriver(pointer options)
}
}
- xfree(ATIGDevs);
+ free(ATIGDevs);
/* load subdrivers as primary modules and only if they do not get loaded
* from other device sections