From 77a059cb258edb785282f5cd2e55367b6eda0551 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Fri, 30 Apr 2004 21:22:46 +0000 Subject: [PATCH] Fixing silly leak introduced by my fix for bug 240543. --- content/base/src/nsContentUtils.cpp | 2 ++ 1 file changed, 2 insertions(+) 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