MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ~Unpack

Method ~Unpack

Libraries/unrar/unpack.cpp:48–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48Unpack::~Unpack()
49{
50 InitFilters30(false);
51
52 if (Window!=NULL)
53 free(Window);
54#ifdef RAR_SMP
55 delete UnpThreadPool;
56 delete[] ReadBufMT;
57 delete[] UnpThreadData;
58#endif
59}
60
61
62#ifdef RAR_SMP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected