Merge pull request #56 from MAN-AT-ARMS/net_stop

Release network bindings on shutdown
This commit is contained in:
Tim Angus 2014-03-24 14:35:34 +00:00
commit 3185ae6b1f

View file

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