mirror of
https://github.com/crashoz/uuid_v4.git
synced 2024-11-27 02:59:52 +08:00
benchmarks/uuid_v4_benchmark.cpp: Fixed a minor issue in using 'delete[]'
This commit is contained in:
parent
8fffbb16be
commit
938e5753c8
@ -92,7 +92,7 @@ static void UUIDPrettyCharArray(benchmark::State& state) {
|
|||||||
benchmark::ClobberMemory();
|
benchmark::ClobberMemory();
|
||||||
LOOP_END
|
LOOP_END
|
||||||
}
|
}
|
||||||
delete pretty;
|
delete[] pretty;
|
||||||
}
|
}
|
||||||
BENCHMARK(UUIDPrettyCharArray);
|
BENCHMARK(UUIDPrettyCharArray);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user