Fix leak from fix for bug 305689 (Cache event queue service in nsContentUtils). r/sr=bz.

This commit is contained in:
peterv%propagandism.org 2005-08-25 17:51:44 +00:00
Родитель 454d80cbdf
Коммит 2c630321ae
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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