Probably fixed broken music and some crashes after server close on android

This commit is contained in:
Deve 2018-09-23 22:36:17 +02:00
parent 56e9be326e
commit 36d1376567

View File

@ -2279,8 +2279,10 @@ int main(int argc, char *argv[] )
{
Log::closeOutputFiles();
#endif
#ifndef ANDROID
fclose(stderr);
fclose(stdout);
#endif
#ifndef WIN32
}
#endif