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

Function PC_EndParseSession

code/ui/ui_shared.cpp:5884–5888  ·  view source on GitHub ↗

=============== PC_EndParseSession =============== */

Source from the content-addressed store, hash-verified

5882===============
5883*/
5884void PC_EndParseSession(char *buffer)
5885{
5886 COM_EndParseSession();
5887 ui.FS_FreeFile( buffer ); //let go of the buffer
5888}
5889
5890/*
5891===============

Callers 3

CL_CgameSystemCallsFunction · 0.85
UI_ParseMenuFunction · 0.85
Menu_ParseFunction · 0.85

Calls 1

COM_EndParseSessionFunction · 0.85

Tested by

no test coverage detected