projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b8d59
)
llvmpipe: free the phi array
author
Brian Paul
<brianp@vmware.com>
Fri, 8 Jan 2010 18:20:38 +0000
(11:20 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 8 Jan 2010 18:20:38 +0000
(11:20 -0700)
src/gallium/drivers/llvmpipe/lp_bld_flow.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_flow.c
b/src/gallium/drivers/llvmpipe/lp_bld_flow.c
index a347cedf0381f14e3cba05953f4b2ba6cbd59318..b7fa817e2296f1b39bd1bd145c69413dd2c76b13 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_flow.c
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_flow.c
@@
-721,6
+721,8
@@
lp_build_endif(struct lp_build_if_state *ctx)
}
}
+ FREE(ifthen->phi);
+
/***
*** Now patch in the various branch instructions.
***/