mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9fbc467024
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! |
||
---|---|---|
.. | ||
public | ||
src | ||
Makefile.in |