Commit 313fce7b authored by Ben Laurie's avatar Ben Laurie
Browse files

Don't free a NULL. Coverity ID 112.

parent 2f877235
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1337,7 +1337,7 @@ static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
			
		}
	err:

	if (ctx)
		OCSP_REQ_CTX_free(ctx);

	return rsp;