From 57edd7c5c116926325e3a86cef618bfd1b5881c1 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 27 Sep 2010 22:06:38 -0700 Subject: i965: Fix valgrind complaint about base_ir for new FS debugging. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/i965/brw_fs.cpp') diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 31f5bbf587..27ea9121b4 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -405,6 +405,7 @@ public: this->current_annotation = NULL; this->annotation_string = NULL; this->annotation_ir = NULL; + this->base_ir = NULL; } ~fs_visitor() { -- cgit v1.2.3