mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 15:21:35 +00:00
Release netowrk bindings on shutdown
This commit is contained in:
parent
71386beaac
commit
8661e0509b
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