projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6136f9
)
free tgsi machine state
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 25 Dec 2007 00:39:01 +0000
(17:39 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 1 Jan 2008 17:21:21 +0000
(10:21 -0700)
src/mesa/pipe/softpipe/sp_quad_fs.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_quad_fs.c
b/src/mesa/pipe/softpipe/sp_quad_fs.c
index 6e7e7eb074e96b8a840ba9d844312c363e506b97..921dfbaccb49c22888fabb02e02e9ffe9594498b 100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_quad_fs.c
+++ b/
src/mesa/pipe/softpipe/sp_quad_fs.c
@@
-335,6
+335,7
@@
static void shade_destroy(struct quad_stage *qs)
{
struct quad_shade_stage *qss = (struct quad_shade_stage *) qs;
+ tgsi_exec_machine_free_data(&qss->machine);
FREE( qss->inputs );
FREE( qss->outputs );
FREE( qs );