| 442 | } |
| 443 | |
| 444 | CVirtualFileReader::~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 | } |
nothing calls this directly
no test coverage detected