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:
Ludovic Marcotte
2009-09-30 01:15:21 +00:00
parent b31270f358
commit fee293cea5

View File

@@ -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)