clear web widget container before releasing it (fix leak)

This commit is contained in:
peterl 1998-04-16 21:51:59 +00:00
Родитель c839e3a447
Коммит 16d0bf2733
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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) {