mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Fix a batch of resource leaks spotted by Coverity.
This commit is contained in:
@ -679,6 +679,8 @@ host_ca *host_ca_load(const char *name)
|
||||
sfree(line);
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
|
||||
if (eb) {
|
||||
if (!hca->validity_expression) {
|
||||
hca->validity_expression = cert_expr_expression(eb);
|
||||
|
Reference in New Issue
Block a user