Skip to content

Commit

Permalink
In this particular error condition, the structural reference wasn't b…
Browse files Browse the repository at this point in the history
…eing

released.
  • Loading branch information
Geoff Thorpe committed Nov 22, 2001
1 parent e4a6cf4 commit 308f028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/apps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@ ENGINE *setup_engine(BIO *err, const char *engine, int debug)
{
BIO_printf(err,"can't use that engine\n");
ERR_print_errors(err);
ENGINE_free(e);
return NULL;
}

Expand Down

0 comments on commit 308f028

Please sign in to comment.