diff options
author | Eric Anholt <[email protected]> | 2010-09-27 22:06:38 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-09-28 09:33:30 -0700 |
commit | 57edd7c5c116926325e3a86cef618bfd1b5881c1 (patch) | |
tree | 77c4e26105215b6ebe46bac6b033a3e28ceeb6b1 | |
parent | 1723fdb3f0004a685351d005ba0f5bfc1c2a852e (diff) |
i965: Fix valgrind complaint about base_ir for new FS debugging.
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 31f5bbf5871..27ea9121b40 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() { |