added suppression for TBB valgrind issue
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Thu, 14 Jul 2016 09:16:52 +0000 (12:16 +0300)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Thu, 14 Jul 2016 09:16:52 +0000 (12:16 +0300)
platforms/scripts/valgrind.supp

index b37ca20..54833e0 100644 (file)
@@ -4,3 +4,10 @@
    fun:ippicvGetCpuFeatures
    fun:ippicvStaticInit
 }
+
+{
+   TBB - allocate_via_handler_v3 issue
+   Memcheck:Leak
+   fun:malloc
+   fun:_ZN3tbb8internal23allocate_via_handler_v3Em
+}