зеркало из https://github.com/mozilla/gecko-dev.git
2afb0a8c77
After nsWebShellWindow::Destroy clears mSPTimer, it calls nsXULWindow::Destroy, which runs script. That script might cause us to call nsWebShellWindow::SetPersistenceTimer. If that happens, SetPersistenceTimer will create mSPTimer (it was nulled out during nsWebShellWindow::Destroy) and addref this. But there is no corresponding release. Let this be a lesson to all ye who try to be clever with manual addref/release! |
||
---|---|---|
.. | ||
appshell | ||
components | ||
test |