Bug 610573 - unable to run talos on builds after Oct 24th, fennec fails to terminate, r=mwu a=stuart

This commit is contained in:
Brad Lassey 2010-11-09 15:52:34 -05:00
parent 9c328fb61e
commit 4757df0e57

View File

@ -347,6 +347,7 @@ class GeckoAppShell
} else {
Log.i("GeckoAppJava", "we're done, good bye");
GeckoApp.mAppContext.finish();
System.exit(0);
}
}