зеркало из https://github.com/mozilla/pjs.git
Fix leak from fix for bug 305689 (Cache event queue service in nsContentUtils). r/sr=bz.
This commit is contained in:
Родитель
454d80cbdf
Коммит
2c630321ae
|
@ -444,6 +444,7 @@ nsContentUtils::Shutdown()
|
|||
NS_IF_RELEASE(sIOService);
|
||||
NS_IF_RELEASE(sLineBreaker);
|
||||
NS_IF_RELEASE(sWordBreaker);
|
||||
NS_IF_RELEASE(sEventQueueService);
|
||||
#ifdef MOZ_XTF
|
||||
NS_IF_RELEASE(sXTFService);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче