Fix memory leak.

This commit is contained in:
smfr%smfr.org 2005-12-01 06:09:42 +00:00
parent 75d978b137
commit c33ea46121

View File

@ -111,6 +111,7 @@ NSString* const CertificateChangedNotificationName = @"CertificateChangedNotific
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
[mASN1InfoDict release];
NS_RELEASE(mCert);
[super dealloc];
}