| 124 | } |
| 125 | |
| 126 | EmeCryptContext::EmeCryptContext() |
| 127 | { |
| 128 | |
| 129 | m_LTable = NULL; |
| 130 | |
| 131 | m_pKeyBuf = NULL; |
| 132 | |
| 133 | m_pLTableBuf = NULL; |
| 134 | } |
| 135 | |
| 136 | EmeCryptContext::~EmeCryptContext() |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected