Release netowrk bindings on shutdown
This commit is contained in:
parent
71386beaac
commit
8661e0509b
|
|
@ -218,6 +218,8 @@ static __attribute__ ((noreturn)) void Sys_Exit( int exitCode )
|
|||
remove( pidFile );
|
||||
}
|
||||
|
||||
NET_Shutdown( );
|
||||
|
||||
Sys_PlatformExit( );
|
||||
|
||||
exit( exitCode );
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user