Added release of mAppShell

This commit is contained in:
troy%netscape.com 1998-08-09 02:13:29 +00:00
parent cb0f40cc2e
commit 0000b03ed4

View File

@ -158,6 +158,7 @@ nsViewerApp::Exit()
{
Destroy();
mAppShell->Exit();
NS_RELEASE(mAppShell);
return NS_OK;
}