зеркало из https://github.com/mozilla/gecko-dev.git
fix another memory leak.
This commit is contained in:
Родитель
ce31ec0ca8
Коммит
37edfc48db
|
@ -46,6 +46,7 @@ nsWidget::nsWidget()
|
|||
if (NS_OK == nsComponentManager::CreateInstance(kLookAndFeelCID, nsnull, kILookAndFeelIID, (void**)&lookAndFeel)) {
|
||||
lookAndFeel->GetColor(nsILookAndFeel::eColor_WindowBackground, mBackground);
|
||||
}
|
||||
NS_RELEASE(lookAndFeel);
|
||||
mWidget = nsnull;
|
||||
mParent = nsnull;
|
||||
mPreferredWidth = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче