Fixing shutdown crash on non-Windows platforms caused by hyatt's theme checkin. Should fix one cause of the tinderbox orange. r=mjudge.

This commit is contained in:
bryner%netscape.com 2001-12-18 04:33:28 +00:00
parent 0bd35411c2
commit 2375406ff7

View File

@ -233,7 +233,7 @@ nsBox::nsBox(nsIPresShell* aShell):mMouseThrough(unset),
nsBox::~nsBox()
{
gRefCnt--;
if (gRefCnt == 0)
if (gRefCnt == 0 && gTheme)
nsServiceManager::ReleaseService("@mozilla.org/chrome/chrome-native-theme;1", gTheme);
}