Added some release calls for mBack, mForward, and mLocation

git-svn-id: svn://10.0.0.236/trunk@7386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-08-05 22:06:58 +00:00
parent f7e923f8f1
commit 3b4e4530a6

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