[all] improve backtrace and debugging support

This commit is contained in:
Geoffrey McRae
2021-01-25 18:36:51 +11:00
parent 2973319bff
commit 6f1c19b3b0
4 changed files with 56 additions and 19 deletions

View File

@@ -2299,6 +2299,7 @@ int main(int argc, char * argv[])
lg_shutdown();
config_free();
return ret;
cleanupCrashHandler();
return ret;
}