| 57 | } |
| 58 | |
| 59 | StreamThreadBase::~StreamThreadBase() { |
| 60 | #ifdef LIBDVBCSA |
| 61 | decrypt::dvbapi::SpClient decrypt = _stream.getDecryptDevice(); |
| 62 | if (decrypt != nullptr) { |
| 63 | decrypt->stopDecrypt(_stream.getStreamID()); |
| 64 | } |
| 65 | #endif |
| 66 | } |
| 67 | |
| 68 | // ============================================================================= |
| 69 | // -- base::ThreadBase -------------------------------------------------------- |
nothing calls this directly
no test coverage detected