This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't leak CRYPTO objects in generateCertPKCS12
Summary: `bioFromFile` is still allocating a BIO object which is not free'd. I'm trying to chase a memory leak in media creation in IG therefore I need a local build with malloc tracing enabled and this leak it's introducing noise in my leaks tool analysis. (I tried to disable flipper for local builds but it's more difficult than actually fixing this leak) Reviewed By: fabiomassimo Differential Revision: D65686212 fbshipit-source-id: 5d97dc37815ce15f09aeef554c9049c47234233f
- Loading branch information
1 parent
2e30968
commit 7aebeb2
Showing
1 changed file
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters