Commit 9c7a780b authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix memory leak reporting.



Free up bio_err after memory leak data has been printed to it.

In int_free_ex_data if ex_data is NULL there is nothing to free up
so return immediately and don't reallocate it.
Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 259c360d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment