MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~ProfileObject

Method ~ProfileObject

src/Windows/ProfileObject.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130ProfileObject::~ProfileObject() {
131 RemoveAllChildren(false);
132 SU::free(m_path);
133 SU::FreeTChar(m_localName);
134}
135
136int ProfileObject::GetChildCount() const {
137 return m_childCount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected