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:
Bastien Montagne
2024-11-13 13:26:56 +01:00
parent b76cc897b6
commit 82ec1aa344
+1
View File
@@ -34,3 +34,4 @@ leak:*openvdb::v11_0*
leak:*tbb::internal*
leak:*libOpenColorIO*
leak:pa_xmalloc
leak:*::x265_malloc*