| 20 | |
| 21 | |
| 22 | RSCoder16::~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. |
nothing calls this directly
no outgoing calls
no test coverage detected