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 c54586ce01
commit 7b82ccedab

View File

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