adding localtime to valgrind supressions because it's statically allocated, thus not a leak

This commit is contained in:
mike@arpaia.co 2014-08-28 17:39:56 -07:00
parent 726dcea112
commit 828b2012f1

View File

@ -18,3 +18,9 @@
...
fun:*rocksdb*HistogramBucketMapper*
}
{
<localtime_statically_allocated>
Memcheck:Leak
...
fun:localtime
}