| 46 | |
| 47 | |
| 48 | Unpack::~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 |
nothing calls this directly
no outgoing calls
no test coverage detected