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

Method ~RSCoder16

Libraries/unrar/rs16.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22RSCoder16::~RSCoder16()
23{
24 delete[] gfExp;
25 delete[] gfLog;
26 delete[] DataLog;
27 delete[] MX;
28 delete[] ValidFlags;
29}
30
31
32// Initialize logarithms and exponents Galois field tables.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected