I think this was my fix for viewer coredumping at exit on Unix.

git-svn-id: svn://10.0.0.236/trunk@62246 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cybersight.com 2000-03-05 22:30:30 +00:00
parent f6195ac6b6
commit 447b42f657

View File

@ -46,7 +46,9 @@ int
nsNativeViewerApp::Run()
{
OpenWindow();
NS_ADDREF(mAppShell);
mAppShell->Run();
NS_IF_RELEASE(mAppShell);
return 0;
}