зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
38aef52a2f
Коммит
17c08a1d6f
|
@ -3520,6 +3520,7 @@ nsEnderEventListener::DispatchMouseEvent(nsIDOMMouseEvent *aEvent, PRInt32 aEven
|
|||
mFrame->SetFocus();
|
||||
}
|
||||
}
|
||||
NS_IF_RELEASE(event.widget);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Загрузка…
Ссылка в новой задаче