glsl: Fix leak-causing typo in destructor that made it another constructor.

This commit is contained in:
Eric Anholt 2010-08-18 15:59:31 -07:00
parent 352e62c3c2
commit 4532feba14

View file

@ -51,7 +51,7 @@ public:
hash_table_pointer_hash, hash_table_pointer_hash,
hash_table_pointer_compare); hash_table_pointer_compare);
} }
ir_set_program_inouts_visitor() ~ir_set_program_inouts_visitor()
{ {
hash_table_dtor(this->ht); hash_table_dtor(this->ht);
} }