| Index: third_party/brotli/enc/cluster.h
|
| diff --git a/third_party/brotli/enc/cluster.h b/third_party/brotli/enc/cluster.h
|
| index 5054faf791d6ab237fa792e65220517fbf848658..28d7c987786281cd61406174555eaffe8c32645f 100644
|
| --- a/third_party/brotli/enc/cluster.h
|
| +++ b/third_party/brotli/enc/cluster.h
|
| @@ -63,7 +63,7 @@ void CompareAndPushToQueue(const HistogramType* out,
|
| idx1 = t;
|
| }
|
| bool store_pair = false;
|
| - HistogramPair p;
|
| + HistogramPair p = {};
|
| p.idx1 = idx1;
|
| p.idx2 = idx2;
|
| p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]);
|
|
|