mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
glsl: Fix leak-causing typo in destructor that made it another constructor.
This commit is contained in:
parent
352e62c3c2
commit
4532feba14
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue