mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 387111, release popup manager properly, was causing a crash, r+sr=roc
This commit is contained in:
parent
91a68d324f
commit
8fa56f3a36
@ -127,8 +127,7 @@ nsXULPopupManager::Init()
|
||||
void
|
||||
nsXULPopupManager::Shutdown()
|
||||
{
|
||||
NS_RELEASE(sInstance);
|
||||
sInstance = nsnull;
|
||||
NS_IF_RELEASE(sInstance);
|
||||
}
|
||||
|
||||
nsXULPopupManager*
|
||||
|
Loading…
Reference in New Issue
Block a user