mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Close the global log targets on exit, flushing log files to disk
This commit is contained in:
@@ -956,6 +956,7 @@ int main(int argc, char * argv[])
|
||||
CAndroidVMHelper envHelper;
|
||||
envHelper.callStaticVoidMethod(CAndroidVMHelper::NATIVE_METHODS_DEFAULT_CLASS, "killServer");
|
||||
#endif
|
||||
logConfig.deconfigure();
|
||||
vstd::clear_pointer(VLC);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user