mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-02-20 18:22:03 +00:00
Merge pull request #56 from MAN-AT-ARMS/net_stop
Release network bindings on shutdown
This commit is contained in:
commit
3185ae6b1f
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ static __attribute__ ((noreturn)) void Sys_Exit( int exitCode )
|
|||
remove( pidFile );
|
||||
}
|
||||
|
||||
NET_Shutdown( );
|
||||
|
||||
Sys_PlatformExit( );
|
||||
|
||||
exit( exitCode );
|
||||
|
|
Loading…
Reference in a new issue