mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Merge.
This commit is contained in:
@@ -582,11 +582,18 @@ private:
|
||||
{
|
||||
PrepareConfig();
|
||||
}
|
||||
catch (InapplicableOptionException e)
|
||||
catch (const InapplicableOptionException& e)
|
||||
{
|
||||
/* The current set of options is invalid for some reason. Just
|
||||
* swallow the errors. */
|
||||
}
|
||||
catch (const ErrorException& e)
|
||||
{
|
||||
/* This really isn't supposed to happen, but sometimes does and
|
||||
* it crashes the whole program. */
|
||||
return;
|
||||
}
|
||||
|
||||
assert(!wxGetApp().IsWorkerThreadRunning());
|
||||
|
||||
formatOptionsContainer->DestroyChildren();
|
||||
|
||||
Reference in New Issue
Block a user