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

Method ~FTPClientWrapperSSH

src/FTPClientWrapperSSH.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46FTPClientWrapperSSH::~FTPClientWrapperSSH() {
47 SU::FreeTChar(m_keyFile);
48 SU::free(m_passphrase);
49}
50
51FTPClientWrapper* FTPClientWrapperSSH::Clone() {
52 FTPClientWrapperSSH* wrapper = new FTPClientWrapperSSH(m_hostname, m_port, m_username, m_password);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected