Skip to content

Commit

Permalink
added suppression for TBB valgrind issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Jul 14, 2016
1 parent 3e77731 commit 9e8d060
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platforms/scripts/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
fun:ippicvGetCpuFeatures
fun:ippicvStaticInit
}

{
TBB - allocate_via_handler_v3 issue
Memcheck:Leak
fun:malloc
fun:_ZN3tbb8internal23allocate_via_handler_v3Em
}

0 comments on commit 9e8d060

Please sign in to comment.