projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
352e62c
)
glsl: Fix leak-causing typo in destructor that made it another constructor.
author
Eric Anholt
<eric@anholt.net>
Wed, 18 Aug 2010 22:59:31 +0000
(15:59 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 18 Aug 2010 23:18:38 +0000
(16:18 -0700)
src/glsl/ir_set_program_inouts.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ir_set_program_inouts.cpp
b/src/glsl/ir_set_program_inouts.cpp
index 658637775a44bf6fdd7e77a4a6d50b5fc0b7931e..534f602128b5732890a9f6812367ac5f440aa5cb 100644
(file)
--- a/
src/glsl/ir_set_program_inouts.cpp
+++ b/
src/glsl/ir_set_program_inouts.cpp
@@
-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);
}