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

View file

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