mirror of
https://github.com/crashoz/uuid_v4.git
synced 2024-11-21 01:10: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();
|
||||
LOOP_END
|
||||
}
|
||||
delete pretty;
|
||||
delete[] pretty;
|
||||
}
|
||||
BENCHMARK(UUIDPrettyCharArray);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user