MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Reset

Method Reset

Libraries/unrar/unpack50frag.cpp:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14void FragmentedWindow::Reset()
15{
16 for (uint I=0;I<ASIZE(Mem);I++)
17 if (Mem[I]!=NULL)
18 {
19 free(Mem[I]);
20 Mem[I]=NULL;
21 }
22}
23
24
25void FragmentedWindow::Init(size_t WinSize)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected