clear web widget container before releasing it (fix leak)
This commit is contained in:
Родитель
c839e3a447
Коммит
16d0bf2733
|
@ -223,6 +223,7 @@ static void Destroy(WindowData* wd)
|
|||
DestroyConsole();
|
||||
if (nsnull != wd) {
|
||||
if (nsnull != wd->ww) {
|
||||
wd->ww->SetContainer(nsnull); // release the doc observer
|
||||
NS_RELEASE(wd->ww);
|
||||
}
|
||||
if (nsnull != wd->observer) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче