Fix memory leak introduced by removing opaque of ocsp_resp.

This commit is contained in:
Johanna Amann 2019-06-19 09:28:15 -07:00
parent e0f10fd6d3
commit 4eed36ea01

View file

@ -176,6 +176,7 @@ bool file_analysis::OCSP::EndOfFile()
}
ParseResponse(resp);
OCSP_RESPONSE_free(resp);
}
return true;