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

Method ~CUT_FIFO_Queue

UTCP/src/UT_Queue.cpp:54–58  ·  view source on GitHub ↗

CUT_FIFO_Queue Destructor RETURN: none ************************************************/

Source from the content-addressed store, hash-verified

52 none
53************************************************/
54CUT_FIFO_Queue::~CUT_FIFO_Queue() {
55
56 if(m_pbBuffer != NULL)
57 delete [] m_pbBuffer;
58}
59
60/***********************************************
61GetDataSize

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected