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

Function SE_FreeFileDataAfterLoad

code/qcommon/stringed_interface.cpp:126–139  ·  view source on GitHub ↗

called by main SGE code after loaded data has been parsedinto internal structures...

Source from the content-addressed store, hash-verified

124// called by main SGE code after loaded data has been parsedinto internal structures...
125//
126void SE_FreeFileDataAfterLoad( unsigned char *psLoadedFile )
127{
128#ifdef _STRINGED
129 if ( psLoadedFile )
130 {
131 free( psLoadedFile );
132 }
133#else
134 if ( psLoadedFile )
135 {
136 FS_FreeFile( psLoadedFile );
137 }
138#endif
139}
140
141
142

Callers 1

SE_Load_ActualFunction · 0.70

Calls 1

FS_FreeFileFunction · 0.70

Tested by

no test coverage detected