google / benchmark

A microbenchmark support library
Apache License 2.0
8.94k stars 1.62k forks source link

Suppress intentional potential memory leak as detected by clang static analysis #1618

Closed LebedevRI closed 1 year ago

LebedevRI commented 1 year ago

I've verified that it does successfully silence it.

Fixes https://github.com/google/benchmark/issues/1513.

dmah42 commented 1 year ago

great, thank you!

LebedevRI commented 1 year ago

Yay! For a full effect, how about releasing .1? :)

LebedevRI commented 1 year ago

Thank you!