| 53 | } |
| 54 | |
| 55 | MiniPBCoder::~MiniPBCoder() { |
| 56 | delete m_inputData; |
| 57 | #ifndef MMKV_DISABLE_CRYPT |
| 58 | delete m_inputDataDecrpt; |
| 59 | #endif |
| 60 | delete m_outputBuffer; |
| 61 | delete m_outputData; |
| 62 | delete m_encodeItems; |
| 63 | } |
| 64 | |
| 65 | // encode |
| 66 |
nothing calls this directly
no outgoing calls
no test coverage detected