mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
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:
parent
0bd35411c2
commit
2375406ff7
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user