mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Free TLSCertificate memory
This commit is contained in:
parent
5cabcf9b79
commit
1ddfa47313
@ -411,6 +411,8 @@ tlscerts_free(TLSCertificate *cert)
|
||||
|
||||
free(cert->key_alg);
|
||||
free(cert->signature_alg);
|
||||
|
||||
free(cert);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user