adium/adium

Fix an overrelease of this SecTrustRef object, causing a crash when closing an untrusted certificate window.

Fixes #16280
--- a/Plugins/Purple Service/AIPurpleCertificateTrustWarningAlert.m Mon Feb 25 22:06:24 2013 +0100
+++ b/Plugins/Purple Service/AIPurpleCertificateTrustWarningAlert.m Fri Mar 01 23:04:26 2013 +0100
@@ -223,7 +223,6 @@
CFRelease(searchRef);
CFRelease(policyRef);
- CFRelease(trustRef);
}
/*
@@ -311,6 +310,7 @@
[trustpanel release];
CFRelease(trustRef);
+ trustRef = NULL;
[parentWindow performClose:nil];