i965: Fix valgrind complaint about base_ir for new FS debugging.

This commit is contained in:
Eric Anholt 2010-09-27 22:06:38 -07:00
parent 1723fdb3f0
commit 57edd7c5c1

View file

@ -405,6 +405,7 @@ public:
this->current_annotation = NULL;
this->annotation_string = NULL;
this->annotation_ir = NULL;
this->base_ir = NULL;
}
~fs_visitor()
{