Fix memory leak (#2348)

* Fix memory leak

* Fix flaky errors
This commit is contained in:
yhirose
2026-02-08 15:49:30 -10:00
committed by GitHub
parent 5d717e6d91
commit 4e14bc8948
4 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
# OpenSSL 3.x internal caches (provider, cipher, keymgmt) are allocated
# lazily and intentionally kept until process exit. These are not real leaks.
leak:libcrypto