MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / FreeFile

Method FreeFile

neo/framework/FileSystem.cpp:1133–1143  ·  view source on GitHub ↗

============= idFileSystemLocal::FreeFile ============= */

Source from the content-addressed store, hash-verified

1131=============
1132*/
1133void idFileSystemLocal::FreeFile( void *buffer ) {
1134 if ( !searchPaths ) {
1135 common->FatalError( "Filesystem call made without initialization\n" );
1136 }
1137 if ( !buffer ) {
1138 common->FatalError( "idFileSystemLocal::FreeFile( NULL )" );
1139 }
1140 loadStack--;
1141
1142 Mem_Free( buffer );
1143}
1144
1145/*
1146============

Callers 15

CompileFileMethod · 0.80
QE_LoadProjectFunction · 0.80
SetMaterialInfoMethod · 0.80
SetGuiInfoMethod · 0.80
AddCommentedItemsMethod · 0.80
OnBnClickedButtonAddMethod · 0.80
LoadMethod · 0.80
OpenFileMethod · 0.80
CompareDeclMethod · 0.80
Exec_fMethod · 0.80
LocalizeMapDataMethod · 0.80

Calls 2

Mem_FreeFunction · 0.85
FatalErrorMethod · 0.45

Tested by

no test coverage detected