OSDN Git Service

i965: Fix valgrind complaint about base_ir for new FS debugging.
authorEric Anholt <eric@anholt.net>
Tue, 28 Sep 2010 05:06:38 +0000 (22:06 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 28 Sep 2010 16:33:30 +0000 (09:33 -0700)
src/mesa/drivers/dri/i965/brw_fs.cpp

index 31f5bbf..27ea912 100644 (file)
@@ -405,6 +405,7 @@ public:
       this->current_annotation = NULL;
       this->annotation_string = NULL;
       this->annotation_ir = NULL;
+      this->base_ir = NULL;
    }
    ~fs_visitor()
    {