diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-31 16:13:38 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-31 16:13:38 -0700 |
commit | 299ed08a68d4f603bb72b7635bfa5c6f95776b22 (patch) | |
tree | 4ba3525235b39206770bfb25dd975fb6a473d249 /ast_to_hir.cpp | |
parent | 0bf381016524ac58f5961877ea0e8651c4922ca3 (diff) |
Fix big dumbness in glsl_type::get_array_instance
hash_table_insert needs to keep the key so that it compare keys on a
following hash_table_find call. Since key was allocated on the stack,
it disappeared out from under the hash table.
Diffstat (limited to 'ast_to_hir.cpp')
0 files changed, 0 insertions, 0 deletions