зеркало из https://github.com/mozilla/pjs.git
Add comment pointing out leak.
This commit is contained in:
Родитель
3e3640aa52
Коммит
520ea998e3
|
@ -219,6 +219,9 @@ public:
|
|||
nsresult rv;
|
||||
// make sure our timer is stopped first
|
||||
StopTimer();
|
||||
|
||||
// XXX This needs to do a whole bunch of other stuff that
|
||||
// globalOverlay.js's goQuitApplication does.
|
||||
nsCOMPtr<nsIAppStartup> appStartup =
|
||||
do_GetService(NS_APPSTARTUP_CONTRACTID, &rv);
|
||||
if(NS_FAILED(rv)) return rv;
|
||||
|
|
Загрузка…
Ссылка в новой задаче