glsl: Fix leak-causing typo in destructor that made it another constructor.
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
hash_table_pointer_hash,
|
||||
hash_table_pointer_compare);
|
||||
}
|
||||
ir_set_program_inouts_visitor()
|
||||
~ir_set_program_inouts_visitor()
|
||||
{
|
||||
hash_table_dtor(this->ht);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user