mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fix memory leak introduced by removing opaque of ocsp_resp.
This commit is contained in:
parent
e0f10fd6d3
commit
4eed36ea01
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ bool file_analysis::OCSP::EndOfFile()
|
|||
}
|
||||
|
||||
ParseResponse(resp);
|
||||
OCSP_RESPONSE_free(resp);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue