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:
parent
f6195ac6b6
commit
447b42f657
@ -46,7 +46,9 @@ int
|
||||
nsNativeViewerApp::Run()
|
||||
{
|
||||
OpenWindow();
|
||||
NS_ADDREF(mAppShell);
|
||||
mAppShell->Run();
|
||||
NS_IF_RELEASE(mAppShell);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user