Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: fix memory leak in LoadPKCS12
`sk_X509_pop_free` should be used instead of `sk_X509_free` to free all items in queue too, not just the queue itself.
- Loading branch information