Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential memory leak on error in LoadCRL()
If ProcessFile() fails, the code does not clean up readCtx. Perform the same cleanup as after the loop to fix this.
- Loading branch information