| 44 | } |
| 45 | |
| 46 | FTPClientWrapperSSH::~FTPClientWrapperSSH() { |
| 47 | SU::FreeTChar(m_keyFile); |
| 48 | SU::free(m_passphrase); |
| 49 | } |
| 50 | |
| 51 | FTPClientWrapper* FTPClientWrapperSSH::Clone() { |
| 52 | FTPClientWrapperSSH* wrapper = new FTPClientWrapperSSH(m_hostname, m_port, m_username, m_password); |
nothing calls this directly
no outgoing calls
no test coverage detected