summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-21 13:33:21 +0100
committerEric Anholt <eric@anholt.net>2009-11-21 13:33:57 +0100
commit8451b29d9628f09b65962385bfbd95cd7f26427f (patch)
treeaf166fe65cc117050ac9d81e7e3893f2456349d7 /src/mesa/drivers/dri/i965/brw_state_upload.c
parent052b127842af3372fd768eae8e29b240a696a12a (diff)
i965: Fix several memory leaks on exit.
Bug #25194.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state_upload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index f4283bda1b..af8dfb4c15 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -143,7 +143,7 @@ static void xor_states( struct brw_state_flags *result,
result->cache = a->cache ^ b->cache;
}
-static void
+void
brw_clear_validated_bos(struct brw_context *brw)
{
int i;