MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ~IMtConnection

Method ~IMtConnection

adapter/micro_thread/mt_connection.cpp:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 _msg_buff = NULL;
46}
47IMtConnection::~IMtConnection()
48{
49 if (_ntfy_obj) {
50 NtfyObjMgr::Instance()->FreeNtfyObj(_ntfy_obj);
51 _ntfy_obj = NULL;
52 }
53
54 if (_msg_buff) {
55 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff);
56 _msg_buff = NULL;
57 }
58}
59
60void IMtConnection::Reset()
61{

Callers

nothing calls this directly

Calls 2

FreeNtfyObjMethod · 0.80
FreeMsgBufMethod · 0.45

Tested by

no test coverage detected