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

Method ~CSLSArray

slscore/SLSArray.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44CSLSArray::~CSLSArray()
45{
46 CSLSLock lock(&m_mutex);
47 if (m_arrayData != NULL) {
48 delete[] m_arrayData;
49 m_arrayData = NULL;
50 }
51}
52
53int CSLSArray::count()
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected