mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
i965: Fix valgrind complaint about base_ir for new FS debugging.
This commit is contained in:
parent
1723fdb3f0
commit
57edd7c5c1
1 changed files with 1 additions and 0 deletions
|
|
@ -405,6 +405,7 @@ public:
|
|||
this->current_annotation = NULL;
|
||||
this->annotation_string = NULL;
|
||||
this->annotation_ir = NULL;
|
||||
this->base_ir = NULL;
|
||||
}
|
||||
~fs_visitor()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue