mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
adding localtime to valgrind supressions because it's statically allocated, thus not a leak
This commit is contained in:
parent
726dcea112
commit
828b2012f1
@ -18,3 +18,9 @@
|
||||
...
|
||||
fun:*rocksdb*HistogramBucketMapper*
|
||||
}
|
||||
{
|
||||
<localtime_statically_allocated>
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:localtime
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user