Release netowrk bindings on shutdown

This commit is contained in:
MAN-AT-ARMS 2014-02-22 21:18:34 -05:00
parent 71386beaac
commit 8661e0509b
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ static __attribute__ ((noreturn)) void Sys_Exit( int exitCode )
remove( pidFile );
}
NET_Shutdown( );
Sys_PlatformExit( );
exit( exitCode );