Static de-initialization order isn't well thought out so use flushAndExit() instead of returning from main after runNetwork() has been called.
This commit is contained in:
parent
9ef9041fba
commit
779a4b1e3b
|
@ -3009,5 +3009,5 @@ int main(int argc, char* argv[]) {
|
|||
status = FDB_EXIT_MAIN_EXCEPTION;
|
||||
}
|
||||
|
||||
return status;
|
||||
flushAndExit(status);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue