mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Address followup nit for bug 464202.
This commit is contained in:
parent
ee197cda66
commit
d344271c46
@ -114,7 +114,7 @@ mozStorageService::~mozStorageService()
|
||||
PR_DestroyLock(mLock);
|
||||
|
||||
if (sXPConnect) {
|
||||
NS_RELEASE(sXPConnect);
|
||||
NS_IF_RELEASE(sXPConnect);
|
||||
sXPConnect = nsnull;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user