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_context.c | |
parent | 32162871396f65e8afdd90c602b1ccd01233c2e2 (diff) |
nv40: s/free/FREE/
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.c')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.c b/src/gallium/drivers/nv40/nv40_context.c index 58627443b80..7fcf8b86197 100644 --- a/src/gallium/drivers/nv40/nv40_context.c +++ b/src/gallium/drivers/nv40/nv40_context.c @@ -40,7 +40,7 @@ nv40_destroy(struct pipe_context *pipe) if (nv40->draw) draw_destroy(nv40->draw); - free(nv40); + FREE(nv40); } struct pipe_context * |