MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / BlockStream_Close

Function BlockStream_Close

src/External/CascLib/src/common/FileStream.cpp:1019–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019static void BlockStream_Close(TBlockStream * pStream)
1020{
1021 // Free the data map, if any
1022 CASC_FREE(pStream->FileBitmap);
1023
1024 // Call the base class for closing the stream
1025 pStream->BaseClose(pStream);
1026}
1027
1028//-----------------------------------------------------------------------------
1029// File stream allocation function

Callers 2

FlatStream_CloseFunction · 0.85
PartStream_CloseFunction · 0.85

Calls 1

CASC_FREEFunction · 0.85

Tested by

no test coverage detected