network changes

This commit is contained in:
milek7
2019-04-03 01:28:46 +02:00
parent 1b5c3ef306
commit 4344ec192a
5 changed files with 8 additions and 4 deletions

View File

@@ -41,5 +41,5 @@ int main( int argc, char *argv[] )
{
ErrorLog( "Critical error, memory allocation failure: " + std::string( Error.what() ) );
}
std::_Exit(0); // skip destructors, there are ordering errors which causes segfaults
std::_Exit(0); // skip destructors, there are ordering errors which causes segfaults
}