LSAN suppression rules: add exception for ffmpeg x265 malloc.
Current version of our ffmpeg library seems to have a memleak in their code, makes ffmpeg test fail in debug+ASAN builds.
This commit is contained in:
@@ -34,3 +34,4 @@ leak:*openvdb::v11_0*
|
||||
leak:*tbb::internal*
|
||||
leak:*libOpenColorIO*
|
||||
leak:pa_xmalloc
|
||||
leak:*::x265_malloc*
|
||||
|
||||
Reference in New Issue
Block a user