void CRTSPClient::tearDownStreams() { if (m_session == NULL) return; LogDebug("CRTSPClient::tearDownStreams()"); clientTearDownSession(m_ourClient, m_session); }
void tearDownStreams() { if (session == NULL) return; clientTearDownSession(ourClient, session); }