MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ~CVirtualFileReader

Method ~CVirtualFileReader

ogsr_engine/xrCore/FS.cpp:444–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444CVirtualFileReader::~CVirtualFileReader()
445{
446#ifdef DEBUG
447 unregister_file_mapping(data, Size);
448#endif // DEBUG
449
450 UnmapViewOfFile((void*)data);
451 CloseHandle(hSrcMap);
452 CloseHandle(hSrcFile);
453}

Callers

nothing calls this directly

Calls 1

unregister_file_mappingFunction · 0.85

Tested by

no test coverage detected