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

Method ~FileObject

src/FileObject.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82FileObject::~FileObject() {
83 RemoveAllChildren();
84 SU::free(m_path);
85 SU::FreeTChar(m_localName);
86}
87
88int FileObject::GetChildCount() const {
89 return m_childCount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected