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

Method ~FTPClientWrapper

src/FTPClientWrapper.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37FTPClientWrapper::~FTPClientWrapper() {
38 if (m_connected) //cannot simply call Disconnect as it's virtual
39 OutErr("[FTPClientWrapper] connection active in destructor");
40
41 SU::free(m_hostname);
42 SU::free(m_username);
43 SU::free(m_password);
44}
45
46Client_Type FTPClientWrapper::GetType() {
47 return m_type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected