In this particular error condition, the structural reference wasn't being
released.
This commit is contained in:
@@ -1242,6 +1242,7 @@ ENGINE *setup_engine(BIO *err, const char *engine, int debug)
|
|||||||
{
|
{
|
||||||
BIO_printf(err,"can't use that engine\n");
|
BIO_printf(err,"can't use that engine\n");
|
||||||
ERR_print_errors(err);
|
ERR_print_errors(err);
|
||||||
|
ENGINE_free(e);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user