зеркало из https://github.com/mozilla/gecko-dev.git
b=159053 Memory leak in nsSecureBrowserUIImpl
r=jkeiser sr=alecf
This commit is contained in:
Родитель
b381682e87
Коммит
098841f1b3
|
@ -151,6 +151,10 @@ nsSecureBrowserUIImpl::~nsSecureBrowserUIImpl()
|
|||
if (NS_SUCCEEDED(rv)) {
|
||||
svc->RemoveObserver(this, NS_FORMSUBMIT_SUBJECT);
|
||||
}
|
||||
if (mTransferringRequests.ops) {
|
||||
PL_DHashTableFinish(&mTransferringRequests);
|
||||
mTransferringRequests.ops = nsnull;
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS6(nsSecureBrowserUIImpl,
|
||||
|
|
Загрузка…
Ссылка в новой задаче