gallium: s/free/FREE/ and same for friends.
[mesa.git] / src / gallium / winsys / i915 / sw / i915_sw_buffer.c
index 9a27da5e1a27b9dce6904a06bd9b00b26bfe144d..df175688861579fd04a74ff36f24096a4131ecb9 100644 (file)
@@ -27,7 +27,7 @@ i915_sw_buffer_create(struct i915_winsys *iws,
    buf->magic = 0xDEAD1337;
    buf->name = name;
    buf->type = type;
-   buf->ptr = calloc(size, 1);
+   buf->ptr = CALLOC(size, 1);
 
    if (!buf->ptr)
       goto err;