From: Brian Paul Date: Fri, 8 Jan 2010 18:20:38 +0000 (-0700) Subject: llvmpipe: free the phi array X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af31e65b5542147a53e4d3198eb8437f89457451;p=mesa.git llvmpipe: free the phi array --- diff --git a/src/gallium/drivers/llvmpipe/lp_bld_flow.c b/src/gallium/drivers/llvmpipe/lp_bld_flow.c index a347cedf038..b7fa817e229 100644 --- 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. ***/