Added some release calls for mBack, mForward, and mLocation

This commit is contained in:
troy%netscape.com 1998-08-05 22:06:58 +00:00
parent 613f506c48
commit 50b74c4809

View File

@ -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...
}