diff options
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 |