LeakSanitizer: Suppress errors in OpenEXR library.
This library generates a single recurrent leak report currently, likely
a badly handled global?
```
=================================================================
==192885==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 31 byte(s) in 1 object(s) allocated from:
#0 0x7f8a5c9cf307 in operator new(unsigned long) (/lib64/libasan.so.6+0xb6307)
#1 0x7f8a5b03a0ea in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long) (/home/blender/git/blender-vexp/install_sanitizer/lib/libOpenEXR.so.32+0xef0ea)
SUMMARY: AddressSanitizer: 31 byte(s) leaked in 1 allocation(s).
======================================================================
```
This commit is contained in:
@@ -33,5 +33,6 @@ leak:libusd*
|
|||||||
leak:*openvdb::v11_0*
|
leak:*openvdb::v11_0*
|
||||||
leak:*tbb::internal*
|
leak:*tbb::internal*
|
||||||
leak:*libOpenColorIO*
|
leak:*libOpenColorIO*
|
||||||
|
leak:*libOpenEXR*
|
||||||
leak:pa_xmalloc
|
leak:pa_xmalloc
|
||||||
leak:*::x265_malloc*
|
leak:*::x265_malloc*
|
||||||
|
|||||||
Reference in New Issue
Block a user