MCPcopy Create free account
hub / github.com/JACoders/OpenJK / CL_FreeServerCommands

Function CL_FreeServerCommands

code/client/cl_parse.cpp:439–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437//=====================================================================
438
439void CL_FreeServerCommands(void)
440{
441 int i;
442
443 for(i=0; i<MAX_RELIABLE_COMMANDS; i++) {
444 if ( clc.serverCommands[ i ] ) {
445 Z_Free( clc.serverCommands[ i ] );
446 clc.serverCommands[ i ] = NULL;
447 }
448 }
449}
450
451
452/*

Callers 1

CL_DisconnectFunction · 0.85

Calls 1

Z_FreeFunction · 0.50

Tested by

no test coverage detected