MCPcopy Create free account
hub / github.com/Edward-Wu/srt-live-server / ~CSLSRecycleArray

Method ~CSLSRecycleArray

slscore/SLSRecycleArray.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46CSLSRecycleArray::~CSLSRecycleArray()
47{
48 CSLSLock lock(&m_rwclock, true);
49 if (m_arrayData != NULL) {
50 delete[] m_arrayData;
51 m_arrayData = NULL;
52 }
53}
54
55int CSLSRecycleArray::count()
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected