mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Added some release calls for mBack, mForward, and mLocation
This commit is contained in:
parent
613f506c48
commit
50b74c4809
@ -331,6 +331,9 @@ nsBrowserWindow::Destroy()
|
||||
NS_RELEASE(mWebShell);
|
||||
}
|
||||
|
||||
NS_IF_RELEASE(mBack);
|
||||
NS_IF_RELEASE(mForward);
|
||||
NS_IF_RELEASE(mLocation);
|
||||
NS_IF_RELEASE(mThrobber);
|
||||
// XXX What about releasing all the other objects...
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user