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

Method ~CUT_BufferDataSource

UTCP/src/UTDataSource.cpp:467–470  ·  view source on GitHub ↗

~CUT_BufferDataSource Destructor PARAM: none RETURN: none ************************************************/

Source from the content-addressed store, hash-verified

465 none
466************************************************/
467CUT_BufferDataSource::~CUT_BufferDataSource() {
468 if(m_bCleanUp && m_lpszBuffer != NULL)
469 delete [] m_lpszBuffer;
470}
471
472/***********************************************
473Open

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected