suppress leaks in boost

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-01-28 14:39:43 +00:00
parent 67e40be1ab
commit 7612c1af0c

View File

@@ -4,7 +4,7 @@
# These are false positives from Boost.Asio SSL internals that use OpenSSL BIO structures.
# The BIO structures are managed by OpenSSL's internal reference counting and freed at process exit.
#leak:boost::asio
leak:boost::asio
#leak:boost/asio
# OpenSSL BIO memory is managed internally and freed at process exit