thanks, pushed
On Fri, Jul 29, 2016 at 7:56 AM, Jan Ziak <[email protected]> wrote: > Valgrind detected that variable ir_copy_propagation_visitor::killed_all > is uninitialized. > > Signed-off-by: Jan Ziak (http://atom-symbol.net) <[email protected]> > --- > src/compiler/glsl/opt_copy_propagation.cpp | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/compiler/glsl/opt_copy_propagation.cpp > b/src/compiler/glsl/opt_copy_propagation.cpp > index 807ba8f..443905d 100644 > --- a/src/compiler/glsl/opt_copy_propagation.cpp > +++ b/src/compiler/glsl/opt_copy_propagation.cpp > @@ -76,6 +76,7 @@ > mem_ctx = ralloc_context(0); > this->acp = new(mem_ctx) exec_list; > this->kills = new(mem_ctx) exec_list; > + killed_all = false; > } > ~ir_copy_propagation_visitor() > { > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
