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

Method ~FTPClientWrapperSSL

src/FTPClientWrapperSSL.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34FTPClientWrapperSSL::~FTPClientWrapperSSL()
35{
36 if (m_ftpListParams) {
37 SU::free(m_ftpListParams);
38 m_ftpListParams = NULL;
39 }
40}
41
42FTPClientWrapper* FTPClientWrapperSSL::Clone() {
43 FTPClientWrapperSSL* wrapper = new FTPClientWrapperSSL(m_hostname, m_port, m_username, m_password);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected