mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Fix leak from fix for bug 305689 (Cache event queue service in nsContentUtils). r/sr=bz.
This commit is contained in:
parent
37e5245aae
commit
1f3470eedf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user