mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
Small fix over previous commit.
Monotone-Parent: 5d27deb440dabc83a208dec61d3b97f76d042614 Monotone-Revision: 95f90718993c24efb35b3a459ec7a6243ad6f0a6 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-09-30T01:15:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -149,12 +149,12 @@
|
||||
if (x509Store)
|
||||
X509_STORE_free (x509Store);
|
||||
}
|
||||
|
||||
BIO_free (msgBio);
|
||||
if (inData)
|
||||
BIO_free (inData);
|
||||
}
|
||||
|
||||
BIO_free (msgBio);
|
||||
if (inData)
|
||||
BIO_free (inData);
|
||||
|
||||
validationMessage = [NSMutableString string];
|
||||
|
||||
if (!validSignature)
|
||||
|
||||
Reference in New Issue
Block a user