summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_query.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-03-21 22:01:22 +1100
committerBen Skeggs <skeggsb@gmail.com>2008-03-21 22:01:22 +1100
commit46b8dd9c16755e97ae547c0a1823e338f7a7c791 (patch)
treea2cea30134d3bfde1604381c8c7a0f907621e89a /src/gallium/drivers/nv40/nv40_query.c
parent32162871396f65e8afdd90c602b1ccd01233c2e2 (diff)
nv40: s/free/FREE/
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_query.c')
-rw-r--r--src/gallium/drivers/nv40/nv40_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_query.c b/src/gallium/drivers/nv40/nv40_query.c
index 0317845624..a0a3072406 100644
--- a/src/gallium/drivers/nv40/nv40_query.c
+++ b/src/gallium/drivers/nv40/nv40_query.c
@@ -34,7 +34,7 @@ nv40_query_destroy(struct pipe_context *pipe, struct pipe_query *pq)
if (q->object)
nv40->nvws->res_free(&q->object);
- free(q);
+ FREE(q);
}
static void