adium/adium

Fix the right leak.

2013-03-08, Thijs Alkemade
65f47ea0dc82
Parents 6affacd536c2
Children 60978fed42ec
Fix the right leak.
--- a/Plugins/Purple Service/AIPurpleCertificateTrustWarningAlert.m Thu Mar 07 14:07:43 2013 +0100
+++ b/Plugins/Purple Service/AIPurpleCertificateTrustWarningAlert.m Fri Mar 08 14:35:07 2013 +0100
@@ -105,6 +105,7 @@
NSUInteger newCertHash = [(__bridge NSData *)data hash];
if (oldCertHash == newCertHash) {
+ CFRelease(data);
query_cert_cb(true, userdata);
return;
}