llvmpipe: free the phi array

This commit is contained in:
Brian Paul 2010-01-08 11:20:38 -07:00
parent 70b8d59792
commit af31e65b55
1 changed files with 2 additions and 0 deletions

View File

@ -721,6 +721,8 @@ lp_build_endif(struct lp_build_if_state *ctx)
}
}
FREE(ifthen->phi);
/***
*** Now patch in the various branch instructions.
***/