release widget addrefed during processing of mouse events. fixes leak which fixes crasher bugs 23652 and 24387. r:saari a:brendan.

This commit is contained in:
danm%netscape.com 2000-01-21 01:39:39 +00:00
Родитель 38aef52a2f
Коммит 17c08a1d6f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -3520,6 +3520,7 @@ nsEnderEventListener::DispatchMouseEvent(nsIDOMMouseEvent *aEvent, PRInt32 aEven
mFrame->SetFocus();
}
}
NS_IF_RELEASE(event.widget);
}
}
return result;