diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2010-09-27 13:33:55 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-09-27 13:34:37 -0400 |
commit | c4f834cdfbe96aa47ac5fb039f9dd7aa9730c8a3 (patch) | |
tree | 97f5f7abf785d7e6b183199ce526ed701225a978 /src/ati.c | |
parent | f8fb9312d791af1f77020e8c2d35bb30841ed9aa (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |