Commit 308f028e authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

In this particular error condition, the structural reference wasn't being

released.
parent e4a6cf42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
			}