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

Method ~MemoryDataSource

src/FTPClientWrapperSSL.cpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668MemoryDataSource::~MemoryDataSource() {
669 if (m_delete)
670 delete [] m_data;
671}
672
673CUT_DataSource * MemoryDataSource::clone() {
674 MemoryDataSource* copy = new MemoryDataSource(m_data, m_length, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected