mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Fix memory leak.
This commit is contained in:
parent
75d978b137
commit
c33ea46121
@ -111,6 +111,7 @@ NSString* const CertificateChangedNotificationName = @"CertificateChangedNotific
|
||||
- (void)dealloc
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
[mASN1InfoDict release];
|
||||
NS_RELEASE(mCert);
|
||||
[super dealloc];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user