1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Merge branch 'master' into plugins-python

This commit is contained in:
James Booth 2016-03-08 20:28:51 +00:00
commit 85abab6bf9

View File

@ -411,6 +411,8 @@ tlscerts_free(TLSCertificate *cert)
free(cert->key_alg);
free(cert->signature_alg);
free(cert);
}
}