diff options
author | Ben Skeggs <[email protected]> | 2008-03-21 22:01:22 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-21 22:01:22 +1100 |
commit | 46b8dd9c16755e97ae547c0a1823e338f7a7c791 (patch) | |
tree | a2cea30134d3bfde1604381c8c7a0f907621e89a /src/gallium/drivers/nv40/nv40_query.c | |
parent | 32162871396f65e8afdd90c602b1ccd01233c2e2 (diff) |
nv40: s/free/FREE/
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_query.c')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_query.c | 2 |
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 03178456246..a0a30724066 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 |