gecko/xpfe
Justin Lebar 5806e06d8b Bug 775676 - Fix leak in nsWebShellWindow. r=roc
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!
2012-07-23 10:40:36 -04:00
..
appshell Bug 775676 - Fix leak in nsWebShellWindow. r=roc 2012-07-23 10:40:36 -04:00
components Bug 772963: remove empty parameter name. r=Neil DONTBUILD for m-c land 2012-07-11 11:32:00 -04:00
test