MCPcopy Create free account
hub / github.com/Tencent/MMKV / ~MiniPBCoder

Method ~MiniPBCoder

Core/MiniPBCoder.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55MiniPBCoder::~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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected