i965/vs: Fix leak of an empty hash_table structure per compile.
authorEric Anholt <eric@anholt.net>
Thu, 12 Jan 2012 20:59:15 +0000 (12:59 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 18 Jan 2012 17:59:12 +0000 (09:59 -0800)
commit7f278e15ad271daaa08dd2fef84cca5e344d5771
tree6f039ec8ce146f674dae65ea3ab319e1bcbd9f25
parentb2be4869624443cd9769bd696b11dd587494b62a
i965/vs: Fix leak of an empty hash_table structure per compile.

This statement got duplicated above, probably in a rebase resolution,
so we never freed the extra one.

NOTE: This is a candidate for the 8.0 branch.
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp