Pārlūkot izejas kodu

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.
tags/i965-primitive-restart-v2
Eric Anholt pirms 13 gadiem
vecāks
revīzija
7f278e15ad
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0
    4
      src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp

+ 0
- 4
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp Parādīt failu

@@ -2601,10 +2601,6 @@ vec4_visitor::vec4_visitor(struct brw_vs_compile *c,
this->live_intervals_valid = false;

this->uniforms = 0;

this->variable_ht = hash_table_ctor(0,
hash_table_pointer_hash,
hash_table_pointer_compare);
}

vec4_visitor::~vec4_visitor()

Notiek ielāde…
Atcelt
Saglabāt