Skip to content
Snippets Groups Projects
Commit fb9e0659 authored by Bill McCloskey's avatar Bill McCloskey
Browse files

Bug 951908 - Ensure child processes shut down propertly on Macs (r=bent,smichaud)

parent d088a94e
No related branches found
No related tags found
No related merge requests found
......@@ -737,7 +737,7 @@ NS_IMETHODIMP
nsAppShell::Run(void)
{
NS_ASSERTION(!mStarted, "nsAppShell::Run() called multiple times");
if (mStarted)
if (mStarted || mTerminated)
return NS_OK;
mStarted = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment