Add suppression of libtbb memory leaks checking

This commit is contained in:
Michael Krasnyk
2017-09-28 11:25:03 +02:00
parent d7bcafcb59
commit 2ed4f6eb0c
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
# Configuration file for LeakSanitizer run on the Travis CI
# TBB leaks some memory allocated in singleton depending on deinitialization order
# Direct leak of 1560 byte(s) in 3 object(s) allocated from:
# #0 0x7f7ae72a80a0 in operator new[](unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc80a0)
# #1 0x7f7ae595d13e (/usr/lib/x86_64-linux-gnu/libtbb.so.2+0x2213e)
leak:libtbb.so