diff --git a/content/base/src/nsContentUtils.cpp b/content/base/src/nsContentUtils.cpp index 2f4f93036096..c2d64e1c173f 100644 --- a/content/base/src/nsContentUtils.cpp +++ b/content/base/src/nsContentUtils.cpp @@ -371,6 +371,8 @@ nsContentUtils::Shutdown() NS_IF_RELEASE(sParserService); NS_IF_RELEASE(sIOService); NS_IF_RELEASE(sImgLoader); + NS_IF_RELEASE(sPrefBranch); + NS_IF_RELEASE(sPref); } // static