| Index: bench/nanobench.cpp
|
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
|
| index 781c09f769fb3248c5c787521d4aa65bd1ee52cb..a48e963a9ec65d69a2f668ce573dc10c581150d6 100644
|
| --- a/bench/nanobench.cpp
|
| +++ b/bench/nanobench.cpp
|
| @@ -555,7 +555,6 @@ static bool valid_subset_bench(const SkString& path, SkColorType colorType, bool
|
| SkPMColor colors[256];
|
| int colorCount;
|
| const SkImageInfo info = codec->getInfo().makeColorType(colorType);
|
| - SkAutoTDeleteArray<uint8_t> row(new uint8_t[info.minRowBytes()]);
|
| if (codec->startScanlineDecode(info, nullptr, colors, &colorCount) != SkCodec::kSuccess)
|
| {
|
| SkDebugf("Could not create scanline decoder for %s with color type %s. "
|
|
|